mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 08:08:37 +00:00
fix(gateway): gate talk secret bootstrap handoff (#85690)
Merged via squash.
Prepared head SHA: 9247cdab05
Co-authored-by: ngutman <1540134+ngutman@users.noreply.github.com>
Co-authored-by: ngutman <1540134+ngutman@users.noreply.github.com>
Reviewed-by: @ngutman
This commit is contained in:
@@ -92,7 +92,7 @@ describe("pairing setup code", () => {
|
||||
baseDir: undefined,
|
||||
profile: {
|
||||
roles: ["node", "operator"],
|
||||
scopes: ["operator.approvals", "operator.read", "operator.write"],
|
||||
scopes: ["operator.approvals", "operator.read", "operator.talk.secrets", "operator.write"],
|
||||
},
|
||||
});
|
||||
if (params.url) {
|
||||
|
||||
Reference in New Issue
Block a user