Skip to content

Commit 25a43bc

Browse files
grpc check actor: check folder_id user attribute instead of container_id (#18339)
1 parent fafbd91 commit 25a43bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/grpc_services/grpc_request_check_actor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ inline TVector<TEvTicketParser::TEvAuthorizeTicket::TEntry> GetEntriesForAuthAnd
6262
});
6363
auto it = std::find_if(rootAttributes.begin(), rootAttributes.end(),
6464
[](const std::pair<TString, TString>& p) {
65-
return p.first == "container_id";
65+
return p.first == "folder_id";
6666
});
6767
if (it == rootAttributes.end()) {
6868
return {};

0 commit comments

Comments
 (0)