From af8a163e70cb0fb332338bf50a01d8d53ceccf71 Mon Sep 17 00:00:00 2001 From: jenkins Date: Wed, 20 May 2026 18:30:19 -0300 Subject: [PATCH] agent(openclaw): allow public control origin --- services/openclaw/configmap.yaml | 8 +++++++- services/openclaw/deployment.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/services/openclaw/configmap.yaml b/services/openclaw/configmap.yaml index 125deca3..e495d372 100644 --- a/services/openclaw/configmap.yaml +++ b/services/openclaw/configmap.yaml @@ -39,8 +39,14 @@ data: }, "port": 18789, "bind": "lan", + "trustedProxies": ["10.42.0.0/16"], "controlUi": { - "enabled": true + "enabled": true, + "allowedOrigins": [ + "http://localhost:18789", + "http://127.0.0.1:18789", + "https://agent.bstein.dev" + ] }, "tailscale": { "mode": "off", diff --git a/services/openclaw/deployment.yaml b/services/openclaw/deployment.yaml index d1e6c69d..535def93 100644 --- a/services/openclaw/deployment.yaml +++ b/services/openclaw/deployment.yaml @@ -23,7 +23,7 @@ spec: ai.bstein.dev/instructions: kubectl-field-selectors ai.bstein.dev/role: testing-triage ai.bstein.dev/placement: arm64 gateway lane (jetson preferred) - ai.bstein.dev/config-rev: "20260520-local-triage" + ai.bstein.dev/config-rev: "20260520-agent-origin" spec: serviceAccountName: openclaw-triage automountServiceAccountToken: true