Skip to content

Commit 89181b7

Browse files
authored
Fix Kafka AWS auth config bug (#4043)
Signed-off-by: GitHub Actions Bot <[email protected]> Signed-off-by: Joni Collinge <[email protected]>
1 parent dc381ea commit 89181b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/component/kafka/kafka.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ func (k *Kafka) ValidateAWS(metadata map[string]string) (awsAuth.Options, error)
295295
}
296296

297297
return awsAuth.Options{
298+
Logger: k.logger,
298299
Region: region,
299300
AccessKey: accessKey,
300301
SecretKey: secretKey,

0 commit comments

Comments
 (0)