vault/command/agentproxyshared/cache
Violet Hynes d88c06ecaa
VAULT-19255 - Add event based static secret cache updater to Vault Proxy (#23560)
* VAULT-19255 first pass at structure for event updater

* VAULT-19255 some more work, committign before rebase

* VAULT-19255 Mostly finish event updating scaffolding

* VAULT-19255 some additional coverage, clean-up, etc

* VAULT-19255 some clean-up

* VAULT-19255 fix tests

* VAULT-19255 more WIP event system integration

* VAULT-19255 More WIP

* VAULT-19255 more discovery

* VAULT-19255 add new test, some clean up

* VAULT-19255 fix bug, extra clean-up

* VAULT-19255 fix bugs, and clean up

* VAULT-19255 clean imports, add more godocs

* VAULT-19255 add config for test

* VAULT-19255 typo

* VAULT-19255 don't do the kv refactor in this PR

* VAULT-19255 update docs

* VAULT-19255 PR feedback

* VAULT-19255 More specific error messages
2023-10-16 10:14:36 -04:00
..
cacheboltdb VAULT-19233 Second part of caching static secrets work (#23177) 2023-10-06 14:44:43 -04:00
cachememdb VAULT-19255 - Add event based static secret cache updater to Vault Proxy (#23560) 2023-10-16 10:14:36 -04:00
keymanager [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
api_proxy.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
api_proxy_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
cache_test.go VAULT-19233 Second part of caching static secrets work (#23177) 2023-10-06 14:44:43 -04:00
handler.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
lease_cache.go VAULT-19255 - Add event based static secret cache updater to Vault Proxy (#23560) 2023-10-16 10:14:36 -04:00
lease_cache_test.go VAULT-19233 Second part of caching static secrets work (#23177) 2023-10-06 14:44:43 -04:00
listener.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
proxy.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
static_secret_cache_updater.go VAULT-19255 - Add event based static secret cache updater to Vault Proxy (#23560) 2023-10-16 10:14:36 -04:00
static_secret_cache_updater_test.go VAULT-19255 - Add event based static secret cache updater to Vault Proxy (#23560) 2023-10-16 10:14:36 -04:00
testing.go VAULT-19233 Second part of caching static secrets work (#23177) 2023-10-06 14:44:43 -04:00