-
Notifications
You must be signed in to change notification settings - Fork 178
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
silenceForm required labels #2001
Comments
You could potentially use ACLs for that:
|
I have the following ACL, but even if i specify the label team karma prevents adding the silence. rules:
- action: requireMatcher
reason: must specify label team
matchers:
required:
- name: team
value: .+
isRegex: true
|
Right, that's because |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I was not able to find something like this in the configuration.
It would be very useful to be able to select required labels that must be filled in when adding a silence (e.g. team).
Something like:
The text was updated successfully, but these errors were encountered: