From 81d69fb8cdd4a7744bb1346f85c251eb12c70738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Sat, 14 Mar 2026 17:33:30 +0100 Subject: [PATCH] fix(dex): Allow * --- values/dex/values/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/dex/values/values.yaml b/values/dex/values/values.yaml index 7b638d42..eff7af7c 100644 --- a/values/dex/values/values.yaml +++ b/values/dex/values/values.yaml @@ -14,7 +14,7 @@ config: mode: disable web: http: 0.0.0.0:5556 - # CORS is handled by nginx ingress annotations below instead of at the application level + allowedOrigins: ['*'] frontend: # theme: light theme: coreos