mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
RBAC: Check plugins:install
globally (#78438)
* RBAC: Check plugins:install globally * Add disclamer to the RBACSingleOrganization config option
This commit is contained in:
@ -59,7 +59,7 @@ func DeclareRBACRoles(service ac.Service, cfg *setting.Cfg) error {
|
||||
Role: ac.RoleDTO{
|
||||
Name: ac.FixedRolePrefix + "plugins:maintainer",
|
||||
DisplayName: "Plugin Maintainer",
|
||||
Description: "Install, uninstall plugins",
|
||||
Description: "Install, uninstall plugins. Needs to be assigned globally.",
|
||||
Group: "Plugins",
|
||||
Permissions: []ac.Permission{
|
||||
{Action: ActionInstall},
|
||||
|
Reference in New Issue
Block a user