- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Does Kafka support SSL/HMAC/Kerberos?
- Labels:
-
Apache Kafka
Created ‎03-24-2016 08:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎03-25-2016 12:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes Kafka supports SSL/HMAC/Kerberos.
Support for Kerberos was introduced with Kafka 0.8.2 (HDP 2.3.2). See instructions on how to enable in link the below
Kafka SSL communication has been introduced with Kafka 0.9 (HDP 2.3.4). See instructions on how to enable in link the below
Also, find below a few more interesting Kafka security links and articles that are worth reading
http://henning.kropponline.de/2016/02/21/secure-kafka-java-producer-with-kerberos/
http://www.confluent.io/blog/apache-kafka-security-authorization-authentication-encryption
http://henning.kropponline.de/2015/11/15/kafka-security-with-kerberos/
Created ‎03-25-2016 12:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes Kafka supports SSL/HMAC/Kerberos.
Support for Kerberos was introduced with Kafka 0.8.2 (HDP 2.3.2). See instructions on how to enable in link the below
Kafka SSL communication has been introduced with Kafka 0.9 (HDP 2.3.4). See instructions on how to enable in link the below
Also, find below a few more interesting Kafka security links and articles that are worth reading
http://henning.kropponline.de/2016/02/21/secure-kafka-java-producer-with-kerberos/
http://www.confluent.io/blog/apache-kafka-security-authorization-authentication-encryption
http://henning.kropponline.de/2015/11/15/kafka-security-with-kerberos/
Created ‎03-25-2016 10:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Eyad. Kafka 0.8.2 was installed on my machine, so I can't apply SSL/HMAC.
In order to apply SSL/HMAC need to upgrade Kafka from 0.8.2 to 0.9, right? Please confirm
Created ‎03-25-2016 02:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's correct. To use SSL you'd need Kafka 0.9 (HDP 2.3.4)
