Hello team.
I have successfully deployed DataHub on eks with aws storage layer.
I need to add properties below
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
for MSK kafka
IAM role-based authentication
Enabled
How can I do this?
Thanks in advance .