From 48070d3cc2955fb01a9e7224e25b03edf92378e4 Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Wed, 13 Aug 2025 15:05:10 +0200 Subject: [PATCH] =?UTF-8?q?fix(config):=20=F0=9F=94=92=20Update=20Grafana?= =?UTF-8?q?=20redirect=20URI=20for=20local=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- otc/observability.t09.de/stacks/core/dex/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc/observability.t09.de/stacks/core/dex/values.yaml b/otc/observability.t09.de/stacks/core/dex/values.yaml index 6df84c0..4110f7b 100644 --- a/otc/observability.t09.de/stacks/core/dex/values.yaml +++ b/otc/observability.t09.de/stacks/core/dex/values.yaml @@ -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"