From db5fdb89b0c4e9276be852369f8ff82105cf9aac Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Wed, 12 Nov 2025 07:46:03 +0100 Subject: [PATCH] Fix: Correct secret reference syntax for Grafana OAuth2 client_secret --- apps/authentik/templates/blueprint-grafana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authentik/templates/blueprint-grafana.yaml b/apps/authentik/templates/blueprint-grafana.yaml index 32410dd..00ee625 100644 --- a/apps/authentik/templates/blueprint-grafana.yaml +++ b/apps/authentik/templates/blueprint-grafana.yaml @@ -21,7 +21,7 @@ data: attrs: name: Grafana client_id: grafana - client_secret: !secret authentik-client-secret-grafana@monitoring#GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET + client_secret: !Secret authentik-client-secret-grafana@monitoring#GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET redirect_uris: - https://grafana.noxxos.nl/login/generic_oauth authorization_flow: !Flow default-provider-authorization-flow