mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
docs(gateway): correct node pairing storage (#124571)
This commit is contained in:
committed by
GitHub
parent
ebd23631ae
commit
eab287d224
@@ -198,10 +198,10 @@ can approve, reject, rotate, revoke, or remove only its own device entry.
|
||||
|
||||
## Node pairing approvals
|
||||
|
||||
Legacy `node.pair.*` methods use a separate Gateway-owned node pairing store.
|
||||
WS nodes use device pairing (`role: node`) instead, but the same approval
|
||||
vocabulary applies. See [Gateway pairing](/gateway/pairing) for how the two
|
||||
stores relate.
|
||||
`node.pair.*` capability approvals are stored on the paired device record in
|
||||
the shared SQLite pairing store. Gateways migrate any remaining entries from
|
||||
the retired standalone `nodes/paired.json` store into those records once at
|
||||
startup. See [Gateway pairing](/gateway/pairing) for details.
|
||||
|
||||
`node.pair.approve` derives extra required scopes from the pending request's
|
||||
command list:
|
||||
|
||||
Reference in New Issue
Block a user