mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04: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 |
||
|---|---|---|
| .. | ||
| cmd/cert | ||
| test-fixtures | ||
| backend.go | ||
| backend_test.go | ||
| cli.go | ||
| path_certs.go | ||
| path_config.go | ||
| path_crls.go | ||
| path_crls_test.go | ||
| path_login.go | ||
| path_login_test.go | ||
| test_responder.go | ||