mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-27 00:17:29 +00:00
docs: refresh bootstrap handoff token refs
This commit is contained in:
@@ -848,6 +848,8 @@ Notes:
|
||||
|
||||
- `--token` and `--password` are mutually exclusive.
|
||||
- The setup code carries a short-lived bootstrap token, not the shared gateway token/password.
|
||||
- Built-in bootstrap handoff keeps the primary node token at `scopes: []`.
|
||||
- Any handed-off operator bootstrap token stays bounded to `operator.approvals`, `operator.read`, `operator.talk.secrets`, and `operator.write`.
|
||||
- `--remote` can use `gateway.remote.url` or the active Tailscale Serve/Funnel URL.
|
||||
- After scanning, approve the request with `openclaw devices list` / `openclaw devices approve <requestId>`.
|
||||
|
||||
|
||||
@@ -35,6 +35,8 @@ openclaw qr --url wss://gateway.example/ws
|
||||
|
||||
- `--token` and `--password` are mutually exclusive.
|
||||
- The setup code itself now carries an opaque short-lived `bootstrapToken`, not the shared gateway token/password.
|
||||
- In the built-in node/operator bootstrap flow, the primary node token still lands with `scopes: []`.
|
||||
- If bootstrap handoff also issues an operator token, it stays bounded to the bootstrap allowlist: `operator.approvals`, `operator.read`, `operator.talk.secrets`, `operator.write`.
|
||||
- Mobile pairing fails closed for Tailscale/public `ws://` gateway URLs. Private LAN `ws://` remains supported, but Tailscale/public mobile routes should use Tailscale Serve/Funnel or a `wss://` gateway URL.
|
||||
- With `--remote`, OpenClaw requires either `gateway.remote.url` or
|
||||
`gateway.tailscale.mode=serve|funnel`.
|
||||
|
||||
Reference in New Issue
Block a user