DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

Fix Bug: Add authInfo before listNodeEntries #16

Closed gaojiabao1991 closed 7 years ago

gaojiabao1991 commented 8 years ago

Fix Bug: Add authInfo before listNodeEntries,otherwise the authInfo in file "config.cfg" will not take effect.

gaojiabao1991 commented 8 years ago

When i use zkui,i meet a problem: my zk filesystem store some file that need acl (digest admin-user:admin-password)。Though i config it in config.cfg , it doesn't take effect .And the ui shows an error "KeeperErrorCode = NoAuth for xxx". I fix it. Note: my zk version is 3.4.6 and I replace the original jar in zkui(3.4.5), but i think this problem exists when using 3.4.5 too.