Alerting: Extend scheduler user with datasources:read (#92410)
Add permission
This commit is contained in:
@@ -514,6 +514,9 @@ func SchedulerUserFor(orgID int64) *user.SignedInUser {
|
||||
datasources.ActionQuery: []string{
|
||||
datasources.ScopeAll,
|
||||
},
|
||||
datasources.ActionRead: []string{
|
||||
datasources.ScopeAll,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user