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

mutual ssl based authentication #63

Closed
ssahovic opened this issue Sep 4, 2020 · 1 comment
Closed

mutual ssl based authentication #63

ssahovic opened this issue Sep 4, 2020 · 1 comment
Labels
question Further information is requested

Comments

@ssahovic
Copy link

ssahovic commented Sep 4, 2020

Hi,
is it possible to setup mutual ssl based authentication between client and kafka-proxy. Not between kafka-proxy and kafka broker, but between client and kafka-proxy (client<->kafka-proxy)?
What I need is, that kafka client users are authenticating themselves against kafka-proxy with their unique client tls certificates before they are routed to the kafka-broker from kafka-proxy.
Thanks.

@everesio
Copy link
Contributor

everesio commented Sep 19, 2020

Hi,
For TLS termination please check

--proxy-listener-tls-enable
--proxy-listener-ca-chain-cert-file
--proxy-listener-cert-file
--proxy-listener-key-file
--proxy-listener-key-password

@everesio everesio added the question Further information is requested label Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants