fix: grafana admin group to match authentik
This commit is contained in:
parent
74eaf94c7e
commit
4c9955b104
@ -31,4 +31,4 @@ name_attribute_path = name
|
||||
|
||||
# Optionally map user groups to Grafana roles
|
||||
allow_assign_grafana_admin = true
|
||||
role_attribute_path = contains(groups[*], 'Grafana Admins') && 'GrafanaAdmin' || 'Viewer'
|
||||
role_attribute_path = contains(groups[*], 'admins') && 'GrafanaAdmin' || 'Viewer'
|
||||
|
Loading…
x
Reference in New Issue
Block a user