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

Change configuration names to allowlist and denylist #647

Merged
merged 1 commit into from Jul 22, 2020

Conversation

toddpalino
Copy link
Contributor

This updates the Burrow codebase to use better language:

"whitelist" becomes "allowlist"
"blacklist" becomes "denylist"

This is implemented as a breaking change. If the old names are used in a configuration, an error message is output and the application stops. This check is necessary to maintain in the code because otherwise we would just silently ignore the old configurations, which is not intended behavior.

@toddpalino toddpalino merged commit 4581160 into linkedin:master Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants