mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* Cache trusted cert values, invalidating when anything changes * rename to something more indicative * defer * changelog * Use an LRU cache rather than a static map so we can't use too much memory. Add docs, unit tests * Don't add to cache if disabled. But this races if just a bool, so make the disabled an atomic
3 lines
120 B
Plaintext
3 lines
120 B
Plaintext
```release-note:improvement
|
|
auth/cert: Cache trusted certs to reduce memory usage and improve performance of logins.
|
|
``` |