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:
Matias Bordese 2023-07-27 10:36:02 -03:00 committed by GitHub
parent 0a4d288df3
commit 3d73856091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }