vran-dev / PrettyZoo

😉 Pretty nice Zookeeper GUI, Support Win / Mac / Linux Platform
Apache License 2.0
3.11k stars 361 forks source link

Add example to connect using ACL #274

Closed BurnSaibot closed 2 years ago

BurnSaibot commented 2 years ago

What

Needing permission to display nodes, i need to connect using ACL permissions

Why

Beeing new to zookeeper, i need to have access to data from node which i don't have enough permission to do so. I know user and password used to create and read these nodes, but can't understand the syntax used in configuration : ACL: digest:test:test auth:test:test

I don't know what to put here ? When trying to connecting using only auth:user:mdp for example, connection fail and no logs are displayed.