Re: Securing ZooKeeper connections

2010-05-27 Thread Patrick Hunt
Short of someone else stepping up I have it on my todo list. ;-) Still quite a bit of work to do on 733 though getting it back into shape. (not to mention layering the ssl on top). Then there's also the server-server connectivity that also needs to have netty support added (quorum/election port

Re: Securing ZooKeeper connections

2010-05-27 Thread Gustavo Niemeyer
>> actually pat hunt took over that issue: ZOOKEEPER-733. pat has made a >> lot of progress and the patch looks close to being ready. > > This is just the server side though, still need to make similar changes on > the client. That will likely be a separate jira. But yes, it's coming along. Oh, th

Re: Securing ZooKeeper connections

2010-05-27 Thread Patrick Hunt
On 05/27/2010 09:47 AM, Benjamin Reed wrote: actually pat hunt took over that issue: ZOOKEEPER-733. pat has made a lot of progress and the patch looks close to being ready. This is just the server side though, still need to make similar changes on the client. That will likely be a separate ji

Re: Securing ZooKeeper connections

2010-05-27 Thread Benjamin Reed
actually pat hunt took over that issue: ZOOKEEPER-733. pat has made a lot of progress and the patch looks close to being ready. ben ps - actually, to be clear the patch adds netty support. the idea is that once we have netty in and netty supports SSL quite transparently, it should be easy to

Re: Securing ZooKeeper connections

2010-05-26 Thread Mahadev Konar
Hi Vishal, Ben (Benjamin Reed) has been working on a netty based client server protocol in ZooKeeper. I think there is an open jira for it. My network connection is pretty slow so am finding it hard to search for it. We have been thinking abt enabling secure connections via this netty based conn

Securing ZooKeeper connections

2010-05-25 Thread Vishal K
Hi All, Since ZooKeeper does not support secure network connections yet, I thought I would poll and see what people are doing to address this problem. Is anyone running ZooKeeper over secure channels (client - server and server- server authentication/encryption)? If yes, can you please elaborate h