Drilldown: Require datasources:explore RBAC action (#101366)

Drilldown: Require `datasources:explore` acton
This commit is contained in:
Sven Grossmann
2025-02-26 17:33:05 +01:00
committed by GitHub
parent c3505f0864
commit b5faf5d9a1
4 changed files with 3 additions and 7 deletions
+1 -2
View File
@@ -386,8 +386,7 @@ const (
ActionSettingsWrite = "settings:write"
// Datasources actions
ActionDatasourcesExplore = "datasources:explore"
ActionDatasourcesDrilldown = "datasources:drilldown"
ActionDatasourcesExplore = "datasources:explore"
// Global Scopes
ScopeGlobalUsersAll = "global.users:*"