feat(observability): grant GrafanaAdmin to Authentik admins group
Members of the 'admins' group in Authentik get GrafanaAdmin role. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,8 @@ grafana:
|
||||
use_pkce: true
|
||||
allow_sign_up: true
|
||||
auto_login: false
|
||||
role_attribute_path: "contains(groups[*], 'admins') && 'Admin' || 'Viewer'"
|
||||
role_attribute_path: "contains(groups[*], 'admins') && 'GrafanaAdmin' || 'Viewer'"
|
||||
allow_assign_grafana_admin: true
|
||||
additionalDataSources:
|
||||
- name: loki
|
||||
type: loki
|
||||
|
||||
Reference in New Issue
Block a user