Hello team ,
I want to add this bellow
====
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
===
to value.yaml
How can I do this?
Thanks in advance
I already use all these charts however I don't know how to add
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
to my-values.yaml?
steep-doctor-17127
06/06/2023, 6:54 PM
I do not have any issue without IAM method
Issue is can not connect to kafka broker with IAM