Hi KSunil, Sorry, there's no encryption support for kafka jaas configuration. You could consider to configure SCRAM for stronger security. ref: https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_scram.html
Thank you. Luke On Tue, Feb 8, 2022 at 1:06 PM Sunil Kumar <ksk...@gmail.com> wrote: > Hi, > > We have a requirement to encrypt the passwords defined in the kafka jaas > conf file after enabling SASL_SSL while starting the broker we are passing > the kafka jaas conf file as export argument in the kafka start script. > JIRA issue is reported is > https://issues.apache.org/jira/browse/KAFKA-13652 > for the same above problem. > > Please suggest if it is already addressed or alternative ways. > > > > Thanks, > KSunil >