agent(openclaw): allow public control origin
This commit is contained in:
parent
5ec561f620
commit
af8a163e70
@ -39,8 +39,14 @@ data:
|
|||||||
},
|
},
|
||||||
"port": 18789,
|
"port": 18789,
|
||||||
"bind": "lan",
|
"bind": "lan",
|
||||||
|
"trustedProxies": ["10.42.0.0/16"],
|
||||||
"controlUi": {
|
"controlUi": {
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"allowedOrigins": [
|
||||||
|
"http://localhost:18789",
|
||||||
|
"http://127.0.0.1:18789",
|
||||||
|
"https://agent.bstein.dev"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"tailscale": {
|
"tailscale": {
|
||||||
"mode": "off",
|
"mode": "off",
|
||||||
|
|||||||
@ -23,7 +23,7 @@ spec:
|
|||||||
ai.bstein.dev/instructions: kubectl-field-selectors
|
ai.bstein.dev/instructions: kubectl-field-selectors
|
||||||
ai.bstein.dev/role: testing-triage
|
ai.bstein.dev/role: testing-triage
|
||||||
ai.bstein.dev/placement: arm64 gateway lane (jetson preferred)
|
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:
|
spec:
|
||||||
serviceAccountName: openclaw-triage
|
serviceAccountName: openclaw-triage
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user