简体   繁体   English

Kafka安全和身份验证

[英]Kafka security and authentication

We are trying to make Kafka for public accessible.Does Kafka support SSL connection? 我们正在尝试让Kafka公开访问.Kafka是否支持SSL连接? Is there possible to authenticate client connection? 是否可以验证客户端连接? Please share some idea's to implement.. 请分享一些想法来实施..

Security wasn't part of Apache Kafka's original goal. 安全性不是Apache Kafka最初目标的一部分。 However it is planned to implement authentication and authorization in the future. 但是,计划将来实施身份验证和授权。 You can have a look here: Apache Kafka Security . 你可以看看这里: 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. 从0.9.x开始支持SSL安全性,因此可以根据SSL证书中的CN名称和主题的ACL设置来验证客户端的连接。 https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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