Re: Security in 0.8.2 beta

2014-11-12 Thread Kashyap Mhaisekar
Thanks. We use the encryption approach as well. But the 2 topic approach is unique. Thank you. Kashyap. On Nov 12, 2014 1:54 AM, "Joe Stein" wrote: > I know a few implements that do this "encrypt your messages with a PSK > between producers and consumers". One of them actually writes the > "encr

Re: Security in 0.8.2 beta

2014-11-11 Thread Joe Stein
I know a few implements that do this "encrypt your messages with a PSK between producers and consumers". One of them actually writes the "encrypted " on a different topic foreach downstream consumer private key that can read the message. This way when you are consuming you consume from two topics 1

Re: Security in 0.8.2 beta

2014-11-11 Thread Mathias Herberts
Simply encrypt your messages with a PSK between producers and consumers. On Nov 12, 2014 4:38 AM, "Kashyap Mhaisekar" wrote: > Hi, > Is there a way to secure the topics created in Kafka 0.8.2 beta? The need > is to ensure no one is asked to read data from the topic without > authorization. > > Re

Re: Security in 0.8.2 beta

2014-11-11 Thread Gwen Shapira
Nope. Here's the JIRA where we are still actively working on security, targeting 0.9: https://issues.apache.org/jira/browse/KAFKA-1682 Gwen On Tue, Nov 11, 2014 at 7:37 PM, Kashyap Mhaisekar wrote: > Hi, > Is there a way to secure the topics created in Kafka 0.8.2 beta? The need > is to ensure

Security in 0.8.2 beta

2014-11-11 Thread Kashyap Mhaisekar
Hi, Is there a way to secure the topics created in Kafka 0.8.2 beta? The need is to ensure no one is asked to read data from the topic without authorization. Regards Kashyap