-
Notifications
You must be signed in to change notification settings - Fork 402
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
Add an option to disable editing alert rules declared by GrafanaAlertRuleGroup resource #1710
Comments
cc @theSuess |
Thanks for reporting this issue! We are currently focused on the UID refactoring so we won't have time for this soon but are more than happy to review/accept a PR regarding this. Should be pretty straight forward:
|
@theSuess Thanks, I can work on it |
BTW, are you referring to the issue that users must set UID in the CR definition? Previously I assumed the grafana backend can generate those uids |
Raised a PR: #1715 |
Hi @theSuess , I checked the documentation of provisioning http API: https://grafana.com/docs/grafana/latest/alerting/set-up/provision-alerting-resources/http-api-provisioning/#span-idprovisioned-alert-rulespan-provisionedalertrule, seems that the Is it possible to omit the uid when declaring CR ? |
Is your feature request related to a problem? Please describe.
We used
GrafanaAlertRuleGroup
CR to manage alert rules, but the rules created can be edited by users from UI, which may make the status inconsistency.Describe the solution you'd like
Add an option to disable editing alert rules from UI.
The text was updated successfully, but these errors were encountered: