-
-
Notifications
You must be signed in to change notification settings - Fork 76
problem with "Adding auth entry to a Preset Connection" #60
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
Comments
Hi, sorry, maybe it's a bit confusing in the documentation but So for example:
|
You filled the UI ACL form correctly. I assume the problem is that you set the environment variables wrong. According to ZooKeeper docs you need to authenticate using clear text user:pass, so try using these env variables:
I've just tested it and it works as expected (at least on latest build |
Great, It works! |
Glad to help :) |
Hello,
i have a problem with setting params in
CONNECTION_<ID>_AUTH_<AUTHID>_SCHEME
and
CONNECTION_<ID>_AUTH_<AUTHID>_SCHEME
,i was successfully using
CONNECTION_LOCALZK_NAME
andCONNECTION_LOCALZK_CONN
, it works for me, but when i try to add auth entry, ACL permissions doesn't work. I can't find documentation or examples what i need to set in variables<ID>
,<AUTHID>
.f you can direct me on this issue or to some documentation or give me example it would be great!
The text was updated successfully, but these errors were encountered: