From 3d73856091bc2dda4d5987fc84c129b7ece14a03 Mon Sep 17 00:00:00 2001 From: Matias Bordese Date: Thu, 27 Jul 2023 10:36:02 -0300 Subject: [PATCH] Add notifications:read permission to OnCaller role (#2664) This should enable users with the OnCaller role to be added in a schedule rotation. Related to https://github.com/grafana/support-escalations/issues/6883 --- grafana-plugin/src/plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/grafana-plugin/src/plugin.json b/grafana-plugin/src/plugin.json index 2bc4e029..4b3252f2 100644 --- a/grafana-plugin/src/plugin.json +++ b/grafana-plugin/src/plugin.json @@ -339,6 +339,7 @@ { "action": "grafana-oncall-app.chatops:read" }, { "action": "grafana-oncall-app.outgoing-webhooks:read" }, { "action": "grafana-oncall-app.maintenance:read" }, + { "action": "grafana-oncall-app.notifications:read" }, { "action": "grafana-oncall-app.notification-settings:read" }, { "action": "grafana-oncall-app.user-settings:read" }, { "action": "grafana-oncall-app.other-settings:read" }