Skip to content
Discussion options

You must be logged in to vote

Which Strimzi and Kafka version are you using? Can you share the Kafka custom resource and mainly the listeners declaration, please?

Hi @ppatierno,

I could get list of topic success with below command follow https://stackoverflow.com/questions/69752997/kafka-topics-sh-authentication

/tmp/client_sasl.properties

security.protocol=SASL_SSL
sasl.mechanism=SCRAM-SHA-512
ssl.truststore.location=/tmp/my-cluster-ca.p12
ssl.truststore.password=<trust store pwd>
ssl.truststore.type=PKCS12
sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="my-user" password="<password>";

Get list topic:

bin/kafka-topics.sh --list --bootstrap-server my-cluster-kafka-bootstr…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@chary1112004
Comment options

@chary1112004
Comment options

Answer selected by chary1112004
@ppatierno
Comment options

@chary1112004
Comment options

@ppatierno
Comment options

@chary1112004
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants