DeemOpen / zkui

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

add auth to the zk client. #50

Open xyzker opened 6 years ago

xyzker commented 6 years ago

If the zk path has ACLs, the client can't access it by default. Add auth to the zk client by using the "defaultAcl" config, so that we will access the auth path by default.

amih90 commented 6 years ago

How I pass username and password via defaultAcl inside config.cfg?

1015688170 commented 4 years ago

How I pass username and password via defaultAcl inside config.cfg?

Have you solved it?