mirror of
https://github.com/zoriya/snow.git
synced 2025-12-05 23:06:23 +00:00
Try to fix grafana roles
This commit is contained in:
@@ -7,7 +7,6 @@ metadata:
|
||||
spec:
|
||||
config:
|
||||
log:
|
||||
level: debug
|
||||
mode: "console"
|
||||
auth:
|
||||
disable_login_form: "false"
|
||||
@@ -25,7 +24,7 @@ spec:
|
||||
auth_url: "https://authentik.sdg.moe/application/o/authorize/"
|
||||
token_url: "https://authentik.sdg.moe/application/o/token/"
|
||||
api_url: "https://authentik.sdg.moe/application/o/userinfo/"
|
||||
role_attribute_path: contains(groups[*], 'admins') && 'GrafanaAdmin' || 'Editor'
|
||||
role_attribute_path: contains(groups, 'admins') && 'Admin' || 'Editor'
|
||||
allow_assign_grafana_admin: "true"
|
||||
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user