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
This commit is contained in:
parent
0a4d288df3
commit
3d73856091
1 changed files with 1 additions and 0 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue