Fix: Remove client_secret from Authentik OAuth configuration for security

This commit is contained in:
Marco van Zijl 2025-11-12 07:30:06 +01:00
parent e91dead819
commit be4dd36f4d

View File

@ -109,7 +109,6 @@ grafana:
enabled: true enabled: true
name: Authentik name: Authentik
client_id: "$__from_env{GF_AUTH_GENERIC_OAUTH_CLIENT_ID}" client_id: "$__from_env{GF_AUTH_GENERIC_OAUTH_CLIENT_ID}"
client_secret: "$__from_env{GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET}"
scopes: openid profile email scopes: openid profile email
auth_url: https://auth.noxxos.nl/application/o/authorize/ auth_url: https://auth.noxxos.nl/application/o/authorize/
token_url: https://auth.noxxos.nl/application/o/token/ token_url: https://auth.noxxos.nl/application/o/token/