Skip to content

Commit

Permalink
Create client.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala authored Jul 6, 2024
1 parent c51b9af commit b5b0e39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions msk/client.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
security.protocol=SASL_SSL
sasl.mechanism=AWS_MSK_IAM
sasl.jaas.config=software.amazon.msk.auth.iam.IAMLoginModule required;
sasl.client.callback.handler.class=software.amazon.msk.auth.iam.IAMClientCallbackHandler

0 comments on commit b5b0e39

Please sign in to comment.