mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* run oidcPeriodicFunc for each namespace id store * remove unused noNamespace var * properly check for errors getting namespace not sure why I decided to ignore the NoNamespace error before or not log the unexpected error, that doesn't make sense. * add changelog * improve changelog * remove too many namespace warning for OIDC rotations this was already in the ENT PR, I had already checked that the file didn't exist on CE before but somehow I missed it.
6 lines
284 B
Plaintext
6 lines
284 B
Plaintext
```release-note:bug
|
|
identity/oidc (enterprise): Fix delays in rotation and invalidation of OIDC keys when there are too many namespaces.
|
|
The Cache-Control header returned by the identity/oidc/.well-known/keys endpoint now depends only on the named keys for
|
|
the queried namespace.
|
|
```
|