mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Alerting: Extend scheduler user with datasources:read (#92410)
Add permission
This commit is contained in:
parent
857e2b1bc3
commit
490d6ba2fd
@ -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,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user