Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nshestakov committed Sep 11, 2024
1 parent 7da87a5 commit 7d08294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/services/ymq/ymq_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ namespace NKikimr::NYmq::V1 {

auto request = GetRequest(sqsRequest);

request->MutableCredentials()->SetStaticCreds(TString::Join(CloudId, ":", FolderId));
request->MutableAuth()->SetUserName(CloudId);
request->MutableAuth()->SetFolderId(FolderId);
request->MutableAuth()->SetUserSID(UserSid);
Expand Down

0 comments on commit 7d08294

Please sign in to comment.