Last active
February 1, 2023 20:01
-
-
Save lbroudoux/86cf97a93dfdddfdda9f4699ba81728d to your computer and use it in GitHub Desktop.
Revisions
-
lbroudoux revised this gist
Oct 18, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Kafka configuration properties for SCRAM-SHA-512 authentication and TLS transport. spring.kafka.producer.bootstrap-servers=scram-cluster-kafka-bootstrap-kafka-test.apps.kubernetes.domain.com:443 spring.kafka.producer.properties.ssl.truststore.location=/Users/lbroudou/Development/kafka-test/scram-cluster-ca.p12 spring.kafka.producer.properties.ssl.truststore.password=LoUk0HtOd8tD spring.kafka.producer.properties.ssl.truststore.type=PKCS12 spring.kafka.producer.properties.security.protocol=SASL_SSL -
lbroudoux created this gist
Oct 18, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Kafka configuration properties for SCRAM-SHA-512 authentication and TLS transport. spring.kafka.producer.bootstrap-servers=scram-cluster-kafka-bootstrap-kafka-test.apps.kubernetes.domain.com:443 spring.kafka.producer.properties.ssl.truststore.location=/Users/lbroudou/Development/github/microcks/scram-cluster-ca.p12 spring.kafka.producer.properties.ssl.truststore.password=LoUk0HtOd8tD spring.kafka.producer.properties.ssl.truststore.type=PKCS12 spring.kafka.producer.properties.security.protocol=SASL_SSL spring.kafka.producer.properties.sasl.mechanism=SCRAM-SHA-512 spring.kafka.producer.properties.sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="scram-user" password="tDtDCT3pYKE5";