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