Created 05-11-2017 10:07 AM
Hi, I want to configure kafka authentication with ssl, and I do not want to use kerberos, but I do not know how to do it. Can someone tell me how you do it?
Created 05-11-2017 06:50 PM
Hi @Zhao Chaofeng ,
you can configure ssl without kerberos, there is no dependency. Just check those ones:
https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_security/content/ch_wire-kafka.html
Created 05-11-2017 06:50 PM
Hi @Zhao Chaofeng ,
you can configure ssl without kerberos, there is no dependency. Just check those ones:
https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_security/content/ch_wire-kafka.html
Created 05-12-2017 07:06 AM
Can you implement Kafka ACL with SSL? I want to use SSL to control the authorization of Kafka? Can you help me?