fix(grafana): 🔧 Update redirect URI for OAuth login

Update the redirect URI to use localhost for OAuth login, improving local development and testing capabilities.
This commit is contained in:
Daniel Sy 2025-08-13 15:07:54 +02:00
parent 48070d3cc2
commit 4425643af8
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -56,5 +56,5 @@ spec:
auth_url: https://dex.observability.t09.de/auth
token_url: https://dex.observability.t09.de/token
api_url: https://dex.observability.t09.de/userinfo
redirect_uri: https://grafana.observability.t09.de/login/generic_oauth
redirect_uri: https://localhost/login/generic_oauth
# role_attribute_path: ""