diff --git a/pkg/services/accesscontrol/roles.go b/pkg/services/accesscontrol/roles.go index 3101ff7fca4..6a5b54fc122 100644 --- a/pkg/services/accesscontrol/roles.go +++ b/pkg/services/accesscontrol/roles.go @@ -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, },