Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue using kafka-topics cli command with TLS enabled #168

Open
OuesFa opened this issue Nov 26, 2020 · 0 comments
Open

Issue using kafka-topics cli command with TLS enabled #168

OuesFa opened this issue Nov 26, 2020 · 0 comments

Comments

@OuesFa
Copy link

OuesFa commented Nov 26, 2020

Hello 👋
Using latest landoop/fast-data-dev image.

When trying this command within the container:

root@fast-data-dev / $ ./opt/landoop/kafka/bin/kafka-topics --bootstrap-server platform-kafka-kafka-bootstrap:9093 --command-config client.properties -list

I get this error

[2020-11-26 18:09:01,580] WARN The configuration 'ssl.truststore.location' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig) [2020-11-26 18:09:01,581] WARN The configuration 'ssl.keystore.password' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig) [2020-11-26 18:09:01,582] WARN The configuration 'ssl.keystore.location' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig) [2020-11-26 18:09:01,582] WARN The configuration 'ssl.truststore.password' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)

Here is my client.properties file
security.protocol=SSL
ssl.truststore.location=/data/cluster-crt/ca.p12
ssl.truststore.password=valid_password
ssl.keystore.location=/data/user-crt/user.p12
ssl.keystore.password=valid_pasword

Am I doing something wrong ?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant