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

env blacklist in cli? #1051

Closed
bitsofinfo opened this issue Dec 1, 2017 · 1 comment · Fixed by #1761
Closed

env blacklist in cli? #1051

bitsofinfo opened this issue Dec 1, 2017 · 1 comment · Fixed by #1761

Comments

@bitsofinfo
Copy link

The docs say that all options in the config are supported in CLI, but in 0.19.4 I don't see any option in the cli help for the env blacklist/whitelist settings?

@pearkes
Copy link
Contributor

pearkes commented Jul 31, 2018

Unfortunately I think the docs are incorrect here for the env block of exec.

Following the pattern here:

https://github.com/hashicorp/consul-template/blob/master/cli.go#L669-L686

We'd probably add additional commands for the env configuration options, following the existing pattern, such as:

-exec-env-pristine
-exec-env-custom
-exec-env-whitelist
-exec-env-blacklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants