-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConfigMap with missing vault section should default to env vars (#353)
When using a ConfigMap to hold the agent config, it is natural to omit the `vault` section, since the config may be hard-coded and won't know necessarily know the correct address for the Vault server. In that case, we should set any known information about the Vault server (address, cert, etc.) in environment variables passed to the agent so that it can connect to the correct Vault server. Fixes #300
- Loading branch information
Christopher Swenson
authored
May 25, 2022
1 parent
676ee9f
commit aefb6ea
Showing
3 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters