fix(openclaw): bypass device pairing requirement

- Change gateway auth mode from "none" to "token", as "none" is no longer supported and enforces device pairing.
- Provide a static OPENCLAW_GATEWAY_TOKEN in the environment to allow local subagents to bypass pairing automatically.
This commit is contained in:
ashisgreat22 2026-03-20 21:49:17 +01:00
parent 562ec5526c
commit 262887e5ea
2 changed files with 2 additions and 1 deletions

View file

@ -144,6 +144,7 @@
sops.templates."openclaw.env" = {
content = ''
OPENCLAW_GATEWAY_TOKEN=local_bypass_token_for_openclaw_12345
DISCORD_TOKEN=${config.sops.placeholder.openclaw_discord_token}
ZAI_API_KEY=${config.sops.placeholder.openclaw_zai_api_key}
BRAVE_API_KEY=${config.sops.placeholder.openclaw_brave_api_key}