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

Support Kafka TLS #104

Open
mihaitodor opened this issue Apr 29, 2021 · 3 comments
Open

Support Kafka TLS #104

mihaitodor opened this issue Apr 29, 2021 · 3 comments

Comments

@mihaitodor
Copy link

https://github.com/segmentio/kafka-go/ supports tls.Config (see here and here where one can pass in a slice of tls.Certificate. I'm not sure how most people would expect to use this in practice, but I see some prior art here, where only one cert is supported. In the case of Benthos, it's done like this: https://www.benthos.dev/docs/components/inputs/kafka#tlsclient_certs via the yaml config, but for a CLI tool it's probably overkill to support more than one cert.

My colleagues said that they used https://www.cloudkarafka.com/docs/kafkacat.html in the past, which also seems to support only one cert.

@dennisme
Copy link
Contributor

Im interested in this one. Cool if I pick it up?

@mihaitodor
Copy link
Author

Please go for it. I didn't get any time to work on this unfortunately

@habdank
Copy link

habdank commented Dec 1, 2022

Would be great to have support for the following parameters:

  • security.protocol
  • ssl.key.password
  • ssl.keystore.location
  • ssl.keystore.password
  • ssl.truststore.location
  • ssl.truststore.password

Also connected to the ticket #76

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

3 participants