open-vault/command/agent
Violet Hynes a2f457e10c
VAULT-12940 Vault Agent uses Vault Agent specific User-Agent header when issuing requests (#19776)
* VAULT-12940 test for templating user agent

* VAULT-12940 User agent work so far

* VAULT-12940 Vault Agent uses Vault Agent specific User-Agent header when issuing requests

* VAULT-12940 Clean-up and godocs

* VAULT-12940 changelog

* VAULT-12940 Fix test checking headers

* VAULT-12940 Fix test checking headers

* VAULT-12940 Fix test checking headers

* VAULT-12940 Fix test checking headers

* VAULT-12940 copy/paste typos

* VAULT-12940 improve comments, use make(http.Header)

* VAULT-12940 small typos and clean-up
2023-04-03 14:14:47 -04:00
..
auth VAULT-12940 Vault Agent uses Vault Agent specific User-Agent header when issuing requests (#19776) 2023-04-03 14:14:47 -04:00
cache VAULT-12940 Vault Agent uses Vault Agent specific User-Agent header when issuing requests (#19776) 2023-04-03 14:14:47 -04:00
config adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sink adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
template VAULT-12940 Vault Agent uses Vault Agent specific User-Agent header when issuing requests (#19776) 2023-04-03 14:14:47 -04:00
test-fixtures/reload VAULT-9883: Agent Reloadable Config (#18638) 2023-01-10 17:45:34 +00:00
winsvc adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
README.md Vault Agent Template (#7652) 2019-10-18 16:21:46 -05:00
alicloud_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
approle_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
auto_auth_preload_token_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
aws_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
cache_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
cert_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
cf_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
doc.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
jwt_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
oci_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
testing.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
token_file_end_to_end_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07: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: