Skip to content

fiat 0.63.3

Compare
Choose a tag to compare
@ajordens ajordens released this 29 Apr 22:25
· 1 commit to release-0.63.x since this release
1df3824
fix(api): Rebuild the legacy fallback if it has no account grants (#397)

This PR preserves the debouncing capability of the existing
`permissionsCache` but attempts to provide a fresher fallback in the
event that a "no accounts" fallback was previously cached.

The "no accounts" fallback will result if the `X-SPINNAKER-*` headers
are not propagated for a given api request (or that api request
originated from an scheduled system operation and thus was not
authenticated to begin with).