mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 13:27:30 -05:00
RBAC: Default to plugins.app:access for plugin includes (#90969)
* Default to app access for includes * Check plugin type
This commit is contained in:
@@ -9,6 +9,8 @@ import (
|
||||
|
||||
const (
|
||||
TypeDashboard = "dashboard"
|
||||
|
||||
ActionAppAccess = "plugins.app:access"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user