qiuxiafei / zk-web

A web UI for zookeeper
500 stars 153 forks source link

NoAuthException #30

Open davegallant opened 7 years ago

davegallant commented 7 years ago

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

qiuxiafei commented 7 years ago

maybe your zk cluster is configured with acl.

mathichandra commented 7 years ago

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

mathichandra commented 7 years ago

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