Hello team. I have successfully deployed DataHub ...
# all-things-deployment
s
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 .
1
s
Thanks for quick response I will try it and reply back
Thank you very much it worked.