8000 Tags · julgarcia/fiat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: julgarcia/fiat

Tags

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(errors): Import kork-web ErrorConfiguration into fiat-api configu…

…ration, wire up FiatAccessDeniedExceptionHandler (spinnaker#785)

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(api): allow fiat clients to check if there is a user permission …

…cached (spinnaker#768)

For sessionless auth such as X509 in gate, there is a debounce option to prevent having to post a login to fiat for each request,
however part of that is determining whether the user is already populated in the hosts permission cache.

This check 404s if the user has not logged in, but in doing so triggers retries with backoffs before a login is posted.

This introduces a new method just to examine the cache without calling through to the loading behaviour on a miss

version-1.13.0

Toggle version-1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#746)

Co-authored-by: root <root@6a807b439d68>

v1.22.0

Toggle v1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(discovery): refactor to use common discovery abstraction from ko…

…rk-core (spinnaker#734)

version-1.12.0

Toggle version-1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(docs): Update broken link (spinnaker#721)

This commit fixes a broken link to the documentation on how to submit a patch.

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#719)

Co-authored-by: root <root@59d9c736198e>

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#703)

Co-authored-by: root <root@f0fe681e84f7>

v1.19.1

Toggle v1.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(user): support UserDetails interface instead of User object (sp…

…innaker#687)

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
config(core): Move redis connection default to base config (spinnaker…

…#679)

Currently Halyard is appending a default for the redis config to
all configs it generates. Let's push this down to the base
config so all users get the same defaults and we don't need to
append this all the time.

Currently the base config uses 'services.redis.connection' as the
default. This doesn't match what is used for other services, nor
what is used for the redis connection in other microservices (which
use services.redis.baseUrl).

This commit changes this to look at 'services.redis.baseUrl' for
consistency. Users who have configured a 'services.redis.connection'
property but not 'services.redis.baseUrl' (and who are depending on
that rather than just setting redis.connection directly in their
gate config) will need to update to account for this change.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v1.18.6

Toggle v1.18.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(misc): Use new client provider and remove usage of deprecated OkH…

…ttpClientConfiguration (spinnaker#682)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
0