mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Access control: Fix predefined roles (#33260)
This commit is contained in:
parent
36aeb9b9a1
commit
dd9f701cd9
@ -121,6 +121,14 @@ var PredefinedRoles = map[string]RoleDTO{
|
|||||||
Action: ActionOrgUsersRoleUpdate,
|
Action: ActionOrgUsersRoleUpdate,
|
||||||
Scope: ScopeOrgAllUsersAll,
|
Scope: ScopeOrgAllUsersAll,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// Inherited from grafana:roles:users:admin:read
|
||||||
|
Action: ActionLDAPUsersRead,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// Inherited from grafana:roles:users:admin:read
|
||||||
|
Action: ActionLDAPStatusRead,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Action: ActionLDAPUsersSync,
|
Action: ActionLDAPUsersSync,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user