fix(auth): 🔒️ Update OAuth client secret and configurations

Update the OAuth client secret for Grafana and add new configurations for generic OAuth authentication.

These changes enhance security and streamline the authentication process for Grafana by enabling OAuth with specific settings.
This commit is contained in:
Daniel Sy 2025-08-13 14:21:29 +02:00
parent d40a6fb850
commit ae26ec6a42
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3
2 changed files with 19 additions and 1 deletions

View file

@ -68,4 +68,4 @@ config:
redirectURIs:
- "https://grafana.observability.t09.de/login/generic_oauth"
name: "Grafana"
secret: "{{`{{ .Env.OIDC_DEX_GRAFANA_CLIENT_SECRET }}`}}"
secret: "thisisasecret"