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 TLS in addition to Mutual TLS #118

Open
rmadamson opened this issue Aug 3, 2023 · 1 comment
Open

Support TLS in addition to Mutual TLS #118

rmadamson opened this issue Aug 3, 2023 · 1 comment

Comments

@rmadamson
Copy link

In main.go, on line 38, all three configuration options must be specified in order to set the appropriate kafka ca certificate location parameter. Mutual TLS requires all three, but regular TLS (where the brokers don't authenticate the clients over TLS) does not work unless you create a bogus client certificate and keypair (that isn't used).

An easy fix would be to set those TLS options if the kafka security protocol is either ssl or sasl_ssl

@palmerabollo
Copy link
Member

@rmadamson do you feel like contributing this change to the repo?

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

2 participants