SumoLogic/sumologic-kafka-push

Need to Add SSL to the kafka configuration

Opened this issue · 1 comments

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.

Please have a look at #45