mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:03:01 +08:00
Drilldown: Require datasources:explore
RBAC action (#101366)
Drilldown: Require `datasources:explore` acton
This commit is contained in:
@ -66,9 +66,6 @@ func (hs *HTTPServer) declareFixedRoles() error {
|
||||
{
|
||||
Action: ac.ActionDatasourcesExplore,
|
||||
},
|
||||
{
|
||||
Action: ac.ActionDatasourcesDrilldown,
|
||||
},
|
||||
},
|
||||
},
|
||||
Grants: []string{string(org.RoleEditor)},
|
||||
|
Reference in New Issue
Block a user