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

client: add NOMAD_LICENSE to default env deny list #11215

Merged
merged 1 commit into from
Sep 21, 2021
Merged

Commits on Sep 21, 2021

  1. client: add NOMAD_LICENSE to default env deny list

    By default we should not expose the NOMAD_LICENSE environment variable
    to tasks.
    
    Also refactor where the DefaultEnvDenyList lives so we don't have to
    maintain 2 copies of it. Since client/config is the most obvious
    location, keep a reference there to its unfortunate home buried deep
    in command/agent/host. Since the agent uses this list as well for the
    /agent/host endpoint the list must be accessible from both command/agent
    and client.
    schmichael committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    33c91fd View commit details
    Browse the repository at this point in the history