fix(config): 🔒 Update Grafana redirect URI for local testing

Update the Grafana redirect URI to point to localhost for local testing purposes.

This change allows developers to test authentication workflows without needing to connect to the live environment.
This commit is contained in:
Daniel Sy 2025-08-13 15:05:10 +02:00
parent 731cf160a9
commit 48070d3cc2
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -71,6 +71,6 @@ config:
secret: "{{`{{ .Env.OIDC_DEX_ARGO_CLIENT_SECRET }}`}}"
- id: grafana
redirectURIs:
- "https://grafana.observability.t09.de/login/generic_oauth"
- "https://localhost/login/generic_oauth"
name: "Grafana"
secret: "thisisasecret"