linux-china / zookeeper-intellij

IntelliJ IDEA ZooKeeper Plugin
62 stars 36 forks source link

Need support for digest authentication #19

Open janhoy opened 6 years ago

janhoy commented 6 years ago

Support protected Zookeeper

Need to be able to configure auth credentials, e.g. "scheme=digest,cred=user:pass". Then we can also access nodes with ACL attached.

Currently the UI just hangs if trying to access protected znodes. There should be an error message.

janhoy commented 6 years ago

See https://zookeeper.apache.org/doc/r3.4.13/zookeeperProgrammers.html#sc_ZooKeeperAccessControl for description of feature