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

Replace whitelist/blacklist terminology with allowlist/denylist #1387

Closed
findkim opened this issue Jun 16, 2020 · 1 comment · Fixed by #1388
Closed

Replace whitelist/blacklist terminology with allowlist/denylist #1387

findkim opened this issue Jun 16, 2020 · 1 comment · Fixed by #1388
Assignees

Comments

@findkim
Copy link
Contributor

findkim commented Jun 16, 2020

Update consul-template to use inclusive language, notably replacing the usage of whitelist/blacklist.

Consul Template version

consul-template -v
 v0.25.0 ()

Expected behavior

Configuration options for exec

exec {
  env {
    allowlist = []
    denylist = []
  }
}

Actual behavior

exec {
  env {
    whitelist = []
    blacklist = []
  }
}

References

@eikenb
Copy link
Contributor

eikenb commented Jun 16, 2020

Note we'll need to keep backwards compatibility whitelist/blacklist in the code for some time to come. But we can replace them in the docs and help.

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