open-vault/command/agent
Jason O'Donnell e3f942f51c
agent: add disable_keep_alives configurable (#16479)
agent: add disable_keep_alives config

Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
2022-07-28 12:59:49 -07:00
..
auth Agent JWT auto auth remove_jwt_after_reading config option (#11969) 2022-07-25 07:42:09 -06:00
cache VAULT-5935 agent: redact renew-self if using auto auth (#15380) 2022-05-12 09:25:55 -07:00
config agent: add disable_keep_alives configurable (#16479) 2022-07-28 12:59:49 -07:00
sink
template agent: add disable_keep_alives configurable (#16479) 2022-07-28 12:59:49 -07:00
winsvc
alicloud_end_to_end_test.go
approle_end_to_end_test.go
auto_auth_preload_token_end_to_end_test.go
aws_end_to_end_test.go
cache_end_to_end_test.go
cert_end_to_end_test.go
cf_end_to_end_test.go
doc.go
jwt_end_to_end_test.go
README.md
testing.go

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: