简体   繁体   中英

Kafka security and authentication

We are trying to make Kafka for public accessible.Does Kafka support SSL connection? Is there possible to authenticate client connection? Please share some idea's to implement..

Security wasn't part of Apache Kafka's original goal. However it is planned to implement authentication and authorization in the future. You can have a look here: Apache Kafka Security .

SSL security is supported starting from 0.9.x, so it's possible to authenticate client's connection based on CN name in SSL certificate and ACL settings for the topic. https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM