You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Zephyr Guo <gz...@gmail.com> on 2018/07/19 03:03:09 UTC

Is there any white-list-like feature in zookeeper?

I want to allow some special hosts to write zookeeper.  Other hosts(not in
white list) can only read zookeeper.

Is there a feature like I said above now?

Re: Is there any white-list-like feature in zookeeper?

Posted by Andor Molnar <an...@cloudera.com.INVALID>.
Hi Zephyr,

There's no such feature in ZooKeeper currently as far as I know.
I think you can achieve similar behaviour by setting up client
authentication and ACLs.

Regards,
Andor



On Thu, Jul 19, 2018 at 5:03 AM, Zephyr Guo <gz...@gmail.com> wrote:

> I want to allow some special hosts to write zookeeper.  Other hosts(not in
> white list) can only read zookeeper.
>
> Is there a feature like I said above now?
>