From 47d544c10f326aa848f7ec39ab11a4b8550cdca5 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 7 Oct 2023 13:25:23 -0400 Subject: [PATCH] fix(grafana): auto-admin authenticated users --- cluster/apps/monitoring/grafana/helm-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/apps/monitoring/grafana/helm-release.yaml b/cluster/apps/monitoring/grafana/helm-release.yaml index 3a9daea..4c49fbb 100644 --- a/cluster/apps/monitoring/grafana/helm-release.yaml +++ b/cluster/apps/monitoring/grafana/helm-release.yaml @@ -47,6 +47,7 @@ spec: auth_url: https://auth.${SECRET_NEW_DOMAIN}/application/o/authorize/ token_url: https://auth.${SECRET_NEW_DOMAIN}/application/o/token/ api_url: https://auth.${SECRET_NEW_DOMAIN}/application/o/userinfo/ + allow_assign_grafana_admin: true use_pkce: true use_refresh_token: true