Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to Add SSL to the kafka configuration #30

Open
aporwal3 opened this issue Jan 17, 2022 · 1 comment
Open

Need to Add SSL to the kafka configuration #30

aporwal3 opened this issue Jan 17, 2022 · 1 comment

Comments

@aporwal3
Copy link

aporwal3 commented Jan 17, 2022

Hi There,

We need to add ssl configuration to the kafka properties file below are the properties that we are looking to add.

"ssl.truststore.location":"/opt/ssl/truststore.jks"
"ssl.truststore.password":"cluster"
"security.protocol":"SASL_SSL"
"sasl.jaas.config":"org.apache.kafka.common.security.scram.ScramLoginModule required username="kafka" password="XXXX!";"

But still we are not able to figure out as in how it can be added. Please advise.

Or, if possible can you please share docker compose so that we can find out the appropriate file which will have that.

@vsinghal13
Copy link
Collaborator

Please have a look at #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants