grepplabs / kafka-proxy

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

IAM auth passthrough to MSK with encryption in transit? #136

Open tooptoop4 opened 1 year ago

tooptoop4 commented 1 year ago

my MSK uses IAM auth and only allows TLS connections. on server A can I have Kafka-proxy running behind ELB with TCP port listener? then server X with IAM role X connecting to Kafka-proxy (server A) and server Y with IAM role Y connecting to Kafka-proxy (server A) ? with the different respective auth details passed through from X and Y?

what command args should I pass to Kafka-proxy? should I have SSL settings between serverX and Kafka-proxy?