open-vault/command/agent
Michael Anthony 0624d8f36e
[QT-309] Ensure environment variables are populated before proceeding (#17915)
* Ensure environment variables are populated before proceeding

* DRY up credNames var
2022-11-17 11:55:17 -07:00
..
auth agent/auto-auth: add exit_on_err configurable (#17091) 2022-09-15 11:00:31 -07:00
cache VAULT-6575 Vault agent respects retry config even with caching set (#16970) 2022-09-06 10:35:54 -04:00
config VAULT-8732: Add `log-file` to Vault Agent (#17841) 2022-11-11 10:59:16 +00:00
sink
template VAULT-6575 Vault agent respects retry config even with caching set (#16970) 2022-09-06 10:35:54 -04:00
winsvc
README.md
alicloud_end_to_end_test.go [QT-309] Ensure environment variables are populated before proceeding (#17915) 2022-11-17 11:55:17 -07:00
approle_end_to_end_test.go VAULT-8518 Increase HMAC limit to 4096, and limit approle names to the same limit (#17768) 2022-11-02 10:42:09 -04:00
auto_auth_preload_token_end_to_end_test.go Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
aws_end_to_end_test.go [QT-309] Ensure environment variables are populated before proceeding (#17915) 2022-11-17 11:55:17 -07:00
cache_end_to_end_test.go Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
cert_end_to_end_test.go Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
cf_end_to_end_test.go Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
doc.go
jwt_end_to_end_test.go Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
testing.go

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: