mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 17:11:42 -06:00
39b39ca6ee
* fix(gateway): apply configured edge auth to session-URL targets Follow-up to #125700. A URL target with explicit auth skipped config loading and silently dropped gateway.remote.edgeAuth. Config I/O is now skipped only for plaintext loopback targets. Also document mandatory passEnv: ["HOME"] for the cloudflared exec provider. * fix(gateway): keep explicit secure connections working when config is invalid Addresses the ClawSweeper finding on #125982 by preserving the invalid-config recovery path while still applying configured edge auth.