feat: add gateway password auth support and fix Swift 6.2 concurrency#85
Conversation
GatewayChannel now sends both 'token' and 'password' fields in the auth
payload to support both authentication modes. Gateway checks the field
matching its auth.mode configuration ('token' or 'password').
Also adds config file password fallback for remote mode, allowing
gateway password to be configured in ~/.clawdis/clawdis.json without
requiring environment variables.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
…urrency - Add CLAWDIS_GATEWAY_PASSWORD to launchd plist environment - Read password from gateway.remote.password config in client - Fix Swift 6.2 sending parameter violations in config save functions - Add password parameter to GatewayConnection.Config type - GatewayChannel now sends password in connect auth params - GatewayEndpointStore and GatewayLaunchAgentManager read password from config - CLI gateway client reads password from remote config and env
Contributor
|
Thanks Jefferson, taking over! |
dgarson
referenced
this pull request
in dgarson/clawdbot
Feb 4, 2026
feat: more fixes/improvements on multi-agent/registry/model protocol
7 tasks
slathrop
referenced
this pull request
in slathrop/openclaw-js
Feb 11, 2026
Tasks completed: 2/2 - Port commit #84 (QMD startup hardening + timeout config + test mock refactoring) - Port commits #85 and #86 (forced sync queue + SQLITE_BUSY handling) SUMMARY: .planning/phases/12-memory-qmd-hardening/12-08-SUMMARY.md
dalefrieswthat
pushed a commit
to dalefrieswthat/openclaw
that referenced
this pull request
Feb 25, 2026
songliu0403-rgb
pushed a commit
to songliu0403-rgb/openclaw
that referenced
this pull request
Feb 26, 2026
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
feat: add gateway password auth support and fix Swift 6.2 concurrency
github-actions bot
pushed a commit
to Piboonsak/openclaw_github
that referenced
this pull request
Mar 7, 2026
15 tasks
5 tasks
zhyongrui
added a commit
to zhyongrui/openclaw
that referenced
this pull request
Mar 20, 2026
…nclaw code run --json output (openclaw#88) * feat: implement issue openclaw#85 * feat: implement issue openclaw#85
0x666c6f
added a commit
to 0x666c6f/openclaw
that referenced
this pull request
Mar 26, 2026
…sre-bot-cluster-wide-pod-read-exec-rbac-permissions feat(sre-skill:PLA-882): enable kubectl exec in SRE bot skills
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds complete password authentication support for remote gateway connections:
This enables secure remote gateway connections via password auth, fixing unauthorized errors when connecting from a laptop to a remote Mac mini gateway.