diff --git a/changelog/20530.txt b/changelog/20530.txt index dda524034..6f6d04bf1 100644 --- a/changelog/20530.txt +++ b/changelog/20530.txt @@ -1,3 +1,3 @@ ```release-note:feature -cli: Add 'agent generate-config' sub-command +**Environment Variables through Vault Agent**: Introducing a new process-supervisor mode for Vault Agent which allows injecting secrets as environment variables into a child process using a new `env_template` configuration stanza. The process-supervisor configuration can be generated with a new `vault agent generate-config` helper tool. ```