update oauth2 admin group

This commit is contained in:
2025-03-30 08:31:36 +02:00
parent a08e34e5a9
commit a3ef18d253

View File

@@ -45,6 +45,8 @@ spec:
port: 3000 port: 3000
timeoutSeconds: 1 timeoutSeconds: 1
env: env:
- name: GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_PATH
value: "contains(groups, 'grafana_admin') && 'Admin' || 'Viewer'"
- name: GF_SERVER_ROOT_URL - name: GF_SERVER_ROOT_URL
value: "https://obs.prod.panic.haus/" value: "https://obs.prod.panic.haus/"
- name: GF_SERVER_DOMAIN - name: GF_SERVER_DOMAIN