We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you wish to add functionality to an existing sentry module? Make more robust options for text matching strategies for source module.
The text was updated successfully, but these errors were encountered:
We wrote this plugin for Docker itself, before ValidatingWebhooks were a thing.
We simply went with regex blacklists and whitelists, and an example config looks like this:
{ "whitelist": [ "^alpine:", "^docker\\.elastic\\.co/beats/filebeat:", "^gcr\\.io/google_containers", "^mysql:", "^nginx:", "^php:", "^apache:", "^quay\\.io/calico/cni", "^quay\\.io/calico/node", "^quay\\.io/coreos/flannel" ], "blacklist": [ "^docker:" ], "defaultAllow": false }
Anybody in this space can deal with regex and it is powerful enough.
Sorry, something went wrong.
@towolf thanks for your input, I am still weighing the options. Your solution is probably the strongest contender.
No branches or pull requests
Do you wish to add functionality to an existing sentry module?
Make more robust options for text matching strategies for source module.
The text was updated successfully, but these errors were encountered: