Open janhoy opened 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.
See https://zookeeper.apache.org/doc/r3.4.13/zookeeperProgrammers.html#sc_ZooKeeperAccessControl for description of feature
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.