mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
Access control: Fix predefined roles (#33260)
This commit is contained in:
@@ -121,6 +121,14 @@ var PredefinedRoles = map[string]RoleDTO{
|
||||
Action: ActionOrgUsersRoleUpdate,
|
||||
Scope: ScopeOrgAllUsersAll,
|
||||
},
|
||||
{
|
||||
// Inherited from grafana:roles:users:admin:read
|
||||
Action: ActionLDAPUsersRead,
|
||||
},
|
||||
{
|
||||
// Inherited from grafana:roles:users:admin:read
|
||||
Action: ActionLDAPStatusRead,
|
||||
},
|
||||
{
|
||||
Action: ActionLDAPUsersSync,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user