open-vault/command/agent
Violet Hynes 6ec669bb07
VAULT-12564 Add new token_file auto-auth method (#18740)
* VAULT-12564 Work so far on token file auto-auth

* VAULT-12564 remove lifetime watcher struct modifications

* VAULT-12564 add other config items, and clean up

* VAULT-12564 clean-up and more tests

* VAULT-12564 clean-up

* VAULT-12564 lookup-self and some clean-up

* VAULT-12564 safer client usage

* VAULT-12564 some clean-up

* VAULT-12564 changelog

* VAULT-12564 some clean-ups

* VAULT-12564 batch token warning

* VAULT-12564 remove follow_symlink reference

* VAULT-12564 Remove redundant stat, change temp file creation

* VAULT-12564 Remove ability to delete token after auth
2023-01-24 16:09:32 -05:00
..
auth VAULT-12564 Add new token_file auto-auth method (#18740) 2023-01-24 16:09:32 -05:00
cache VAULT-9883: Agent Reloadable Config (#18638) 2023-01-10 17:45:34 +00:00
config VAULT-12095 Support multiple config files for Vault Agent (#18403) 2023-01-03 12:50:19 -05:00
sink OSS changes for ent pr (#13696) 2022-01-19 09:43:12 -08:00
template VAULT-12095 Support multiple config files for Vault Agent (#18403) 2023-01-03 12:50:19 -05:00
test-fixtures/reload VAULT-9883: Agent Reloadable Config (#18638) 2023-01-10 17:45:34 +00:00
winsvc Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
README.md Vault Agent Template (#7652) 2019-10-18 16:21:46 -05:00
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 VAULT-11510 Vault Agent can start listeners without caching (#18137) 2022-12-05 10:51:03 -05: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 Vault Agent Template (#7652) 2019-10-18 16:21:46 -05:00
jwt_end_to_end_test.go Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
testing.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
token_file_end_to_end_test.go VAULT-12564 Add new token_file auto-auth method (#18740) 2023-01-24 16:09:32 -05: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: