grpc: implement BrowseChildren handler + metadata:read scope
This commit is contained in:
@@ -23,7 +23,8 @@ public sealed class GatewayGrpcScopeResolver
|
||||
TestConnectionRequest or
|
||||
GetLastDeployTimeRequest or
|
||||
DiscoverHierarchyRequest or
|
||||
WatchDeployEventsRequest => GatewayScopes.MetadataRead,
|
||||
WatchDeployEventsRequest or
|
||||
BrowseChildrenRequest => GatewayScopes.MetadataRead,
|
||||
_ => GatewayScopes.Admin
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user