grpc: implement BrowseChildren handler + metadata:read scope

This commit is contained in:
Joseph Doherty
2026-05-28 13:08:45 -04:00
parent 87e22dd529
commit ba157b4b4f
4 changed files with 251 additions and 1 deletions
@@ -23,7 +23,8 @@ public sealed class GatewayGrpcScopeResolver
TestConnectionRequest or
GetLastDeployTimeRequest or
DiscoverHierarchyRequest or
WatchDeployEventsRequest => GatewayScopes.MetadataRead,
WatchDeployEventsRequest or
BrowseChildrenRequest => GatewayScopes.MetadataRead,
_ => GatewayScopes.Admin
};
}