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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user