Skip to content

Commit

Permalink
[DP-2568] - topiccctl keystore bug fix for docker-compose-auth (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssingudasu authored Dec 6, 2024
1 parent 17d49c2 commit b18d4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:

KAFKA_CFG_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "true"

KAFKA_CFG_SSL_KEYSTORE_LOCATION: /opt/bitnami/kafka/config/certs/kafka.truststore.jks
KAFKA_CFG_SSL_KEYSTORE_LOCATION: /opt/bitnami/kafka/config/certs/kafka.keystore.jks
KAFKA_CFG_SSL_KEYSTORE_PASSWORD: test123

KAFKA_CFG_SSL_TRUSTSTORE_LOCATION: /opt/bitnami/kafka/config/certs/kafka.truststore.jks
Expand Down

0 comments on commit b18d4f6

Please sign in to comment.