grepplabs / kafka-proxy

Proxy connections to Kafka cluster. Connect through SOCKS Proxy, HTTP Proxy or to cluster running in Kubernetes.
Apache License 2.0
501 stars 87 forks source link

Make flags for client certificate validation consistent. Document. #64

Closed radekg closed 4 years ago

radekg commented 4 years ago

Hi @everesio. I have made a mistake in the original PR for this feature where the flags for the client certificate subject validation were not consistent. This PR fixes the problem and also documents the usage.

radekg commented 4 years ago

This isn't complete.