From 6e55ad28ba3045e1db4c156d6e9a7927a98c16b7 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Wed, 12 Nov 2025 07:37:31 +0100 Subject: [PATCH] Fix: Update Grafana OAuth2 client_id to use a static value for consistency --- 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 2161fff..32410dd 100644 --- a/apps/authentik/templates/blueprint-grafana.yaml +++ b/apps/authentik/templates/blueprint-grafana.yaml @@ -20,7 +20,7 @@ data: id: grafana-provider attrs: name: Grafana - client_id: !secret authentik-client-secret-grafana@monitoring#GF_AUTH_GENERIC_OAUTH_CLIENT_ID + client_id: grafana client_secret: !secret authentik-client-secret-grafana@monitoring#GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET redirect_uris: - https://grafana.noxxos.nl/login/generic_oauth