resmoio / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering
Apache License 2.0
753 stars 149 forks source link

enable sha mechanism for kafka authentication #173

Closed Kebree closed 3 months ago

Kebree commented 5 months ago

Description

Having a Kafka secured by SASL_SSL it was impossible for us to connect to our brokers. This change allow to widen the possibilities of Kafka authentication implementing one of the options provided by the sarama module.

Test done