vault/command/agentproxyshared/cache
Violet Hynes 363557d045
VAULT-19232 Add static secret capability manager to Vault Proxy (#23677)
* VAULT-19232 static secret capability manager so far

* VAULT-19232 mostly finish renewal job logic

* VAULT-19232 some clean up, tests, etc

* VAULT-19232 integrate capability manager with proxy, add E2E test

* VAULT-19232 boltdb stuff

* VAULT-19232 finishing touches

* VAULT-19232 typo

* VAULT-19232 add capabilities index cachememdb tests

* Remove erroneous "the"

Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>

---------

Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
2023-10-25 16:43:24 -04:00
..
cacheboltdb VAULT-19232 Add static secret capability manager to Vault Proxy (#23677) 2023-10-25 16:43:24 -04:00
cachememdb VAULT-19232 Add static secret capability manager to Vault Proxy (#23677) 2023-10-25 16:43:24 -04:00
keymanager [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
api_proxy.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_test.go VAULT-19233 Second part of caching static secrets work (#23177) 2023-10-06 14:44:43 -04:00
lease_cache.go VAULT-19232 Add static secret capability manager to Vault Proxy (#23677) 2023-10-25 16:43:24 -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_test.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.go VAULT-19255 - Add event based static secret cache updater to Vault Proxy (#23560) 2023-10-16 10:14:36 -04:00
static_secret_capability_manager_test.go VAULT-19232 Add static secret capability manager to Vault Proxy (#23677) 2023-10-25 16:43:24 -04:00
static_secret_capability_manager.go VAULT-19232 Add static secret capability manager to Vault Proxy (#23677) 2023-10-25 16:43:24 -04:00
testing.go VAULT-19233 Second part of caching static secrets work (#23177) 2023-10-06 14:44:43 -04:00