Feature: Enable client authentication with TLS for Kafka connections
bobbyiliev opened this issue · 1 comments
bobbyiliev commented
Is your feature request related to a problem? Please describe.
At the moment we only support SASL and plaintext authentication. We should also support TLS authentication so that users with managed Redpanda Cloud clusters could also use this.
Additional context
KafkaJS supports this already so it should be trivial to get it implemented:
chuck-alt-delete commented
Ah, mutual TLS authentication. I got worried for a second that KafkaJS was sending everything plaintext over the wire.