Releases: spinnaker/fiat
Releases · spinnaker/fiat
fiat 0.49.3
feat(roles): Adding dynomite support (#249) Also fixes a bug that failed to revoke roles during put operations.
fiat 0.49.2
- feat(metrics): Enable the
OkHttpMetricsInterceptor
forFiatService
(#251)
fiat 0.49.1
v0.49.1 fix(web): getUserPermission() should set `AllowAccessToUnknownApplica…
fiat 0.49.0
caution: broken for the allowAccessToUnknownApplications functionality
fiat 0.48.1
fiat 0.48.0
- fix(roles): Introduce cache / short refresh around clouddriver calls (#243)
fiat 0.47.0
- feat(roles): Support passing additional user details to
UserRolesProvider
(#242)
fiat 0.46.1
fix(core): s/legacyFallback/fiat.legacyFallback (#241) Correct a typo in the expected dynamic property name.
fiat 0.46.0
feat(core): Support a fallback to legacy account permissions (#240) Should `fiat` ever be unavailable, this supports a fallback to a `UserPermission` that is constructed based on the contents of the `AuthenticatedRequest`. In the event of a legacy fallback, access to _all_ applications will be explicitly granted. It is not on by default and must be explicited opt'd enabled via: ``` fiat: services: legacyFallback: true ``` or by setting the `fiat.legacyFallback.enabled` dynamic property.