You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Jamie Wang <ja...@opentext.com> on 2017/11/15 01:34:03 UTC

Disable anonymous access

Hi,

I am new to zookeeper. I am wondering if there is a way to disable anonymous connection to a zookeeper server or process.  Either via configuration parameter or API would work. Thanks in advance for your input and pointers.

Jamie

Re: Disable anonymous access

Posted by Abraham Fine <af...@apache.org>.
Something similar has been asked before:
http://mail-archives.apache.org/mod_mbox/zookeeper-user/201708.mbox/%3cCA+i0x1K40qZOrw6DbymG_NsXQ5tW8j8-hkZivWmYJytUjigsjQ@mail.gmail.com%3e

In short, it is possible to limit access on a node by node basis, but I
don't believe there is a way to limit access to the server/process
itself without additional infrastructure. 

Thanks,
Abe

On Tue, Nov 14, 2017, at 18:44, vikrant singh wrote:
> https://zookeeper.apache.org/doc/r3.1.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl
> 
> On Tue, Nov 14, 2017 at 5:34 PM, Jamie Wang <ja...@opentext.com> wrote:
> 
> > Hi,
> >
> > I am new to zookeeper. I am wondering if there is a way to disable
> > anonymous connection to a zookeeper server or process.  Either via
> > configuration parameter or API would work. Thanks in advance for your input
> > and pointers.
> >
> > Jamie
> >

Re: Disable anonymous access

Posted by vikrant singh <vi...@gmail.com>.
https://zookeeper.apache.org/doc/r3.1.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl

On Tue, Nov 14, 2017 at 5:34 PM, Jamie Wang <ja...@opentext.com> wrote:

> Hi,
>
> I am new to zookeeper. I am wondering if there is a way to disable
> anonymous connection to a zookeeper server or process.  Either via
> configuration parameter or API would work. Thanks in advance for your input
> and pointers.
>
> Jamie
>