fix: grafana admin group to match authentik

This commit is contained in:
Yuri Tatishchev 2024-12-23 22:25:52 -08:00
parent 74eaf94c7e
commit 4c9955b104
Signed by: CaZzzer
GPG Key ID: E0EBF441EA424369

View File

@ -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'