Alerting: Dedicated permission for Template testing API (#115032)

This commit is contained in:
Yuri Tseretyan
2025-12-10 10:56:29 -05:00
committed by GitHub
parent 5e7b900416
commit 47f7b3e095
8 changed files with 27 additions and 10 deletions
+1
View File
@@ -447,6 +447,7 @@ const (
ActionAlertingNotificationsTemplatesRead = "alert.notifications.templates:read"
ActionAlertingNotificationsTemplatesWrite = "alert.notifications.templates:write"
ActionAlertingNotificationsTemplatesDelete = "alert.notifications.templates:delete"
ActionAlertingNotificationsTemplatesTest = "alert.notifications.templates.test:write"
// Alerting notifications time interval actions
ActionAlertingNotificationsTimeIntervalsRead = "alert.notifications.time-intervals:read"