From be4dd36f4d0da9e93b74737b557fdcbb9f6581ee Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Wed, 12 Nov 2025 07:30:06 +0100 Subject: [PATCH] Fix: Remove client_secret from Authentik OAuth configuration for security --- apps/monitoring/grafana/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/monitoring/grafana/values.yaml b/apps/monitoring/grafana/values.yaml index a5c0657..81b3bbe 100644 --- a/apps/monitoring/grafana/values.yaml +++ b/apps/monitoring/grafana/values.yaml @@ -109,7 +109,6 @@ grafana: enabled: true name: Authentik client_id: "$__from_env{GF_AUTH_GENERIC_OAUTH_CLIENT_ID}" - client_secret: "$__from_env{GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET}" scopes: openid profile email auth_url: https://auth.noxxos.nl/application/o/authorize/ token_url: https://auth.noxxos.nl/application/o/token/