Merge pull request #147 from abhi1693/copilot/fix-gateway-access-issue

fix: add operator.read scope for OpenClaw 2026.2.14+ gateway auth
This commit is contained in:
Abhimanyu Saharan
2026-02-21 09:10:56 +05:30
committed by GitHub

View File

@@ -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",