qiuxiafei/zk-web

NoAuthException

Opened this issue · 3 comments

How can I do something like addauth digest user:password?

I am unable to access any of my znodes after loading up the web ui. I see all of the znodes but when I try to access one (http://localhost:8080/node?path=/stats), I am greeted with:

org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /stats

maybe your zk cluster is configured with acl.

how to view the znode with acl configuration in zk-web?

is there any option to add the acl to zk-web code?