-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeeperErrorCode = NoAuth for /123 #36
Comments
how to add digest auth |
how to add the ACL auth to zkui? |
try config.cfg file the filed defaultAcl |
when i try to connect zk (zk has acl), i try to config the defaultAcl field in config.cfg file. I see the note tips as below: For example defaultAcl={"acls": [{"scheme":"ip", "id":"192.168.1.192", "perms":"*"}, {"scheme":"ip", id":"192.168.1.0/24", "perms":"r"}] Tips:My zk acl config as below: addauth digest xxx:xxxx |
How to add the ACL authentication
The text was updated successfully, but these errors were encountered: