Replies: 1 comment 2 replies
|
Sorry, missed this one. @devozs is this still an issue in the latest version? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hi,

i`m getting GatewayRequestError: missing scope: operator.read, operator.write and operator.admin at the UI (many screens) and pod logs.
I went over the docs and the repo it self and I couldn't find where to place scope definition.
i`m using version v2026.3.22
also tried to add the below prop in varoius places at the OpenClawInstance yaml but it didnt helped
insecureAuthScopes:
- "operator.read"
- "operator.write"
- "operator.admin"
- "operator.approvals"
- "operator.pairing"
thanks
All reactions