open-vault/command/agent
Jim Kalafut e60cc11f33
Add configurable exponential backoff to Agent auto-auth (#10964)
2021-02-23 12:04:21 -08:00
..
auth Add configurable exponential backoff to Agent auto-auth (#10964) 2021-02-23 12:04:21 -08:00
cache Set TokenParent in the Index to be cached (#10833) 2021-02-03 18:30:41 -08:00
config Add configurable exponential backoff to Agent auto-auth (#10964) 2021-02-23 12:04:21 -08:00
sink Flaky Test Fix: TestSink [VAULT-720] (#10086) 2020-10-05 10:29:08 -07:00
template agent: route templating server through cache (#10927) 2021-02-23 09:36:11 -05:00
winsvc Allow Vault Agent to run as a Windows service (#10231) 2020-11-23 14:24:32 -08:00
README.md Vault Agent Template (#7652) 2019-10-18 16:21:46 -05:00
alicloud_end_to_end_test.go agent: return a non-zero exit code on error (#9670) 2020-09-29 18:03:09 -07:00
approle_end_to_end_test.go agent: return a non-zero exit code on error (#9670) 2020-09-29 18:03:09 -07:00
auto_auth_preload_token_end_to_end_test.go agent: allow auto-auth to use an existing token (#10850) 2021-02-11 09:36:03 -05:00
aws_end_to_end_test.go agent: return a non-zero exit code on error (#9670) 2020-09-29 18:03:09 -07:00
cache_end_to_end_test.go agent: return a non-zero exit code on error (#9670) 2020-09-29 18:03:09 -07:00
cert_end_to_end_test.go agent: return a non-zero exit code on error (#9670) 2020-09-29 18:03:09 -07:00
cf_end_to_end_test.go agent: return a non-zero exit code on error (#9670) 2020-09-29 18:03:09 -07:00
doc.go Vault Agent Template (#7652) 2019-10-18 16:21:46 -05:00
jwt_end_to_end_test.go Updates the JWT/OIDC auth plugin (#10919) 2021-02-16 17:21:35 -08:00
testing.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00

README.md

Vault Agent

Vault Agent is a client daemon that provides Auth-Auth, Caching, and Template features.

Vault Agent provides a number of different helper features, specifically addressing the following challenges:

  • Automatic authentication
  • Secure delivery/storage of tokens
  • Lifecycle management of these tokens (renewal & re-authentication)

See the usage documentation on the Vault website here: