Alerting: Extend scheduler user with datasources:read (#92410)

Add permission
This commit is contained in:
Alexander Weaver 2024-08-26 10:59:54 -05:00 committed by GitHub
parent 857e2b1bc3
commit 490d6ba2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -514,6 +514,9 @@ func SchedulerUserFor(orgID int64) *user.SignedInUser {
datasources.ActionQuery: []string{ datasources.ActionQuery: []string{
datasources.ScopeAll, datasources.ScopeAll,
}, },
datasources.ActionRead: []string{
datasources.ScopeAll,
},
}, },
}, },
} }