Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigMap with missing vault section should default to env vars #353

Merged
merged 1 commit into from
May 25, 2022

Commits on May 23, 2022

  1. ConfigMap with missing vault section should default to env vars

    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
    Christopher Swenson committed May 23, 2022
    Configuration menu
    Copy the full SHA
    3f01dce View commit details
    Browse the repository at this point in the history