Skip to content

fiat 1.0.2

Compare
Choose a tag to compare
@ajordens ajordens released this 30 Apr 22:47
· 669 commits to master since this release
c40d36b
fix(api): Rebuild the legacy fallback if it has no account grants (#399)

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).

Ported from the v0.63.x branch.