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:
parent
48070d3cc2
commit
4425643af8
1 changed files with 1 additions and 1 deletions
|
|
@ -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: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue