diff --git a/hosts/flora-6/apps/grafana.nix b/hosts/flora-6/apps/grafana.nix index d526099..70e2b36 100644 --- a/hosts/flora-6/apps/grafana.nix +++ b/hosts/flora-6/apps/grafana.nix @@ -68,7 +68,7 @@ auth_url = "https://auth.pub.solar/realms/pub.solar/protocol/openid-connect/auth"; token_url = "https://auth.pub.solar/realms/pub.solar/protocol/openid-connect/token"; api_url = "https://auth.pub.solar/realms/pub.solar/protocol/openid-connect/userinfo"; - role_attribute_path = "contains(roles[*], 'admin') && 'GrafanaAdmin' || contains(roles[*], 'editor') && 'Editor' || 'Viewer'"; + role_attribute_path = "contains(roles[*], 'admin') && 'GrafanaAdmin' || 'Viewer'"; allow_assign_grafana_admin = true; }; };