Skip to content
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

Open
Ferzen opened this issue Jul 3, 2017 · 5 comments
Open

KeeperErrorCode = NoAuth for /123 #36

Ferzen opened this issue Jul 3, 2017 · 5 comments

Comments

@Ferzen
Copy link

Ferzen commented Jul 3, 2017

How to add the ACL authentication

@chenhuimin
Copy link

how to add digest auth

@amih90
Copy link

amih90 commented Feb 1, 2018

how to add the ACL auth to zkui?

@xsomnus
Copy link

xsomnus commented Apr 23, 2019

try config.cfg file the filed defaultAcl

@dgqypl
Copy link

dgqypl commented Sep 22, 2020

reference to the below issues:
#50
#87

@gaoweijie
Copy link

gaoweijie commented Aug 25, 2021

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"}]
when I config this filed as 【 defaultAcl={"acls": [{"scheme":"digest", "id":"xxx:xxxx", "perms":"cdrwa"}]} 】, but I found it still didn't work:
image

Tips:My zk acl config as below:

addauth digest xxx:xxxx
setAcl / auth:xxx:xxxx:cdrwa
How to config the defaultAcl field in config.cfg file?
Can you help me ? @xsomnus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants