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
|
use_pkce: true
|
||||||
allow_sign_up: true
|
allow_sign_up: true
|
||||||
auto_login: false
|
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:
|
additionalDataSources:
|
||||||
- name: loki
|
- name: loki
|
||||||
type: loki
|
type: loki
|
||||||
|
|||||||
Reference in New Issue
Block a user