From 07190dca04d0b4e24b936386ee621b5e9c52bbcd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:54:17 +0000 Subject: [PATCH] fix: add operator.read scope to gateway connection scopes Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com> --- backend/app/services/openclaw/gateway_rpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/services/openclaw/gateway_rpc.py b/backend/app/services/openclaw/gateway_rpc.py index 4807282f..a4fdefa1 100644 --- a/backend/app/services/openclaw/gateway_rpc.py +++ b/backend/app/services/openclaw/gateway_rpc.py @@ -23,6 +23,7 @@ from app.core.logging import TRACE_LEVEL, get_logger PROTOCOL_VERSION = 3 logger = get_logger(__name__) GATEWAY_OPERATOR_SCOPES = ( + "operator.read", "operator.admin", "operator.approvals", "operator.pairing",