Skip to content

Commit b18d4f6

Browse files
authored
[DP-2568] - topiccctl keystore bug fix for docker-compose-auth (#210)
1 parent 17d49c2 commit b18d4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848

4949
KAFKA_CFG_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "true"
5050

51-
KAFKA_CFG_SSL_KEYSTORE_LOCATION: /opt/bitnami/kafka/config/certs/kafka.truststore.jks
51+
KAFKA_CFG_SSL_KEYSTORE_LOCATION: /opt/bitnami/kafka/config/certs/kafka.keystore.jks
5252
KAFKA_CFG_SSL_KEYSTORE_PASSWORD: test123
5353

5454
KAFKA_CFG_SSL_TRUSTSTORE_LOCATION: /opt/bitnami/kafka/config/certs/kafka.truststore.jks

0 commit comments

Comments
 (0)