Fix: Comment out sensitive OAuth2 client credentials in Grafana configuration

This commit is contained in:
Marco van Zijl 2025-11-22 21:48:20 +01:00
parent 1d07937a9f
commit dd018ba8d3

View File

@ -102,8 +102,8 @@ grafana:
auth.generic_oauth: auth.generic_oauth:
enabled: true enabled: true
name: Authentik name: Authentik
client_id: 0pmpT3FgXys01i0LovzVQdJPZ6nBD6ev6C8mJcKl #client_id:
client_secret: Dl9RB84iba62VpL/ybD+plyu7Nt+7rv/S4gIwVFsG2c= #client_secret:
scopes: openid profile email groups scopes: openid profile email groups
auth_url: https://sso.noxxos.nl/application/o/authorize/ auth_url: https://sso.noxxos.nl/application/o/authorize/
token_url: https://sso.noxxos.nl/application/o/token/ token_url: https://sso.noxxos.nl/application/o/token/