Gateway still using `auth=none`? Upgrade and fail closed.
OpenClaw 2026.1.29 removed Gateway auth mode `none`: the Gateway now expects token/password auth, while trusted Tailscale Serve identity remains a separate allowed path. The same release notes and changelog also call out a fail-closed boundary: loopback requests with a non-local Host should be treated as remote unless trusted proxy headers prove otherwise. Treat this as an exposure audit, not just a config typo. Snapshot first, replace `auth=none`, verify proxy/Tailscale assumptions, then smoke-test both the unauthorized path and the intended CLI/agent path before unattended work resumes.
In simple words: Make a safe copy if the step could change your setup, try the smallest check, then confirm OpenClaw is back to normal before doing more. The source link and commands stay below for people who want the technical detail.
- Is the Gateway bound only to localhost, or reachable on a Tailscale/shared-network address?
- Is any tunnel, reverse proxy, firewall rule, or container port publishing the Gateway?
- Is auth token/password backed, trusted Tailscale Serve identity, or effectively disabled as auth=none?
- Does any loopback request carry a non-local Host through a proxy?
- Which agent profile or CLI command must still work after auth is tightened?
# After switching away from auth=none and restarting:
# 1. An unauthenticated request from the reachable network path should fail.
# 2. A loopback request with a non-local Host should not be trusted unless it arrives through your documented trusted proxy path.
# 3. Your intended CLI/agent profile should pass its normal gateway/auth probe.
# 4. Keep the previous config/backup label until one real agent run succeeds.
- OpenClaw version before/after:
- Old Gateway exposure path:
- Old auth mode or missing auth assumption:
- New auth mode / Tailscale Serve identity assumption:
- Trusted proxy headers reviewed? yes/no/not used:
- Unauthorized request result:
- Intended CLI/agent probe result:
- Rollback label and token owner:
Source: OpenClaw v2026.1.29 release notes + OpenClawLog changelog · link