Files
vault/changelog/29312.txt
Bruno Oliveira de Souza d127c4de93 VAULT-21474 Run oidcPeriodicFunc for each namespace id store (#29312)
* 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.
2025-01-31 13:04:04 -03:00

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