From 731cf160a9b706da174412e16822130703c6d087 Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Wed, 13 Aug 2025 15:02:08 +0200 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E2=9C=A8=20Add=20public=20clie?= =?UTF-8?q?nt=20configuration=20to=20Dex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a new public client configuration to Dex with a specified ID, name, and redirect URIs. This enhancement allows for public access to Dex, enabling easier integration with external applications. --- otc/observability.t09.de/stacks/core/dex/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/otc/observability.t09.de/stacks/core/dex/values.yaml b/otc/observability.t09.de/stacks/core/dex/values.yaml index 251e546..6df84c0 100644 --- a/otc/observability.t09.de/stacks/core/dex/values.yaml +++ b/otc/observability.t09.de/stacks/core/dex/values.yaml @@ -59,6 +59,11 @@ config: enablePasswordDB: false staticClients: + - id: public-client + public: true + name: 'Public Client' + redirectURIs: + - 'https://localhost/oidc/callback' - id: controller-argocd-dex name: ArgoCD Client redirectURIs: