Skip to content

Commit 5b49424

Browse files
Fix kafka auth (#16351) (#16394)
1 parent 0f03672 commit 5b49424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kafka_proxy/actors/kafka_sasl_auth_actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ void TKafkaSaslAuthActor::SendApiKeyRequest() {
169169
}
170170
Send(NKikimr::MakeTicketParserID(), new NKikimr::TEvTicketParser::TEvAuthorizeTicket({
171171
.Database = DatabasePath,
172-
.Ticket = "ApiKey " + ClientAuthData.Password,
172+
.Ticket = ticket,
173173
.PeerName = TStringBuilder() << Address,
174174
.Entries = entries
175175
}));

0 commit comments

Comments
 (0)