vault/command/agentproxyshared
Christopher Swenson 52d9d43a1c
Refactor auto-auth backoff to helper package. (#24668)
I have an upcoming PR for event notifications that needs similar
exponential backoff logic, and I prefer the API and logic in the
auto-auth exponential backoff rather than that of
github.com/cenkalti/backoff/v3.

This does have a small behavior change: the auto-auth min backoff
will now be randomly reduced by up to 25% on the first call. This is
a desirable property to avoid thundering herd problems, where a bunch
of agents won't all try have the same retry timeout.
2024-01-04 10:26:41 -08:00
..
auth Refactor auto-auth backoff to helper package. (#24668) 2024-01-04 10:26:41 -08:00
cache VAULT-17292 CE portion of changes (#24667) 2024-01-04 13:01:38 -05:00
sink [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
winsvc [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
helpers.go Support ldap authentication in vault agent (#21641) 2023-08-14 09:18:42 -04:00
helpers_test.go VAULT-19239 Add capability to disable dynamic secret caching for Vault Proxy (#23801) 2023-11-15 09:11:10 -05:00