Re: Enable authentication per client

2019-02-09 Thread Enrico Olivelli
Il giorno sab 9 feb 2019, 19:21 rammohan ganapavarapu < rammohanga...@gmail.com> ha scritto: > One more question, when I enable client server auth for the first time what > will happen to the existing connection that are established without > authentication? > Clients are able to connect

Re: Enable authentication per client

2019-02-09 Thread rammohan ganapavarapu
Thank you all. On Sat, Feb 9, 2019, 9:56 AM Enrico Olivelli wrote: > Ram > It depends on your use case. > Auth is required mostly in conjunction with ACLs, so you can have client > which perform auth and clients without auth. > This is useful during the transition from no-ACL to an ACL based

Re: Enable authentication per client

2019-02-09 Thread rammohan ganapavarapu
One more question, when I enable client server auth for the first time what will happen to the existing connection that are established without authentication? On Sat, Feb 9, 2019, 9:56 AM Enrico Olivelli wrote: > Ram > It depends on your use case. > Auth is required mostly in conjunction with

Re: Enable authentication per client

2019-02-09 Thread Enrico Olivelli
Ram It depends on your use case. Auth is required mostly in conjunction with ACLs, so you can have client which perform auth and clients without auth. This is useful during the transition from no-ACL to an ACL based database. Hope that helps Enrico Il giorno sab 9 feb 2019, 16:13 Norbert Kalmar

Re: Enable authentication per client

2019-02-09 Thread Norbert Kalmar
Hi Ram, ZooKeeper only knows IP addresses. You either require authentication from all clients, or turn it off completely. At least I couldn't think up anything that would achieve what you want. Regards, Norbert On Sat, Feb 9, 2019 at 12:52 AM rammohan ganapavarapu < rammohanga...@gmail.com>

Enable authentication per client

2019-02-08 Thread rammohan ganapavarapu
Hi, Is it possible to enable authentication for specific clients in zookeeper? Thanks, Ram