From fa0d689a4be460d363902d8011d61390caa9a87d Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 3 May 2026 12:51:35 +0200 Subject: [PATCH] fix: add allowInsecureAuth --- clusters/homelab/apps/openclaw/helmrelease.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/homelab/apps/openclaw/helmrelease.yaml b/clusters/homelab/apps/openclaw/helmrelease.yaml index 8e3f4df..e107676 100644 --- a/clusters/homelab/apps/openclaw/helmrelease.yaml +++ b/clusters/homelab/apps/openclaw/helmrelease.yaml @@ -47,6 +47,7 @@ spec: "bind": "lan", "trustedProxies": ["10.0.0.1"], "controlUi": { + "allowInsecureAuth": true, "allowedOrigins": [ "http://localhost:18789", "http://127.0.0.1:18789",