mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
LibraryPanels: Add RBAC support (#73475)
This commit is contained in:
@ -468,6 +468,12 @@ const (
|
||||
// Feature Management actions
|
||||
ActionFeatureManagementRead = "featuremgmt.read"
|
||||
ActionFeatureManagementWrite = "featuremgmt.write"
|
||||
|
||||
// Library Panel actions
|
||||
ActionLibraryPanelsCreate = "library.panels:create"
|
||||
ActionLibraryPanelsRead = "library.panels:read"
|
||||
ActionLibraryPanelsWrite = "library.panels:write"
|
||||
ActionLibraryPanelsDelete = "library.panels:delete"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user