-
Notifications
You must be signed in to change notification settings - Fork 801
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
ZOOKEEPER: zk: not authenticated #347
Comments
At the present time, the zookeeper configurations (both for the general config and for the kafka_zk module) do not currently support authentication. |
I undestand that you are using this module to communicate with zookeeper: |
Please refer to #438 for solution. This works with our environment, which allows us to bypass zookeeper authentication if the root path has already been created. However I was not able to add test cases for the conditional statements. Also I have noticed that a lot of conditionals are not tested in Burrow. Is there a plan to fix that issue? Thanks! @toddpalino |
Added fixes for linkedin#347 linkedin#526
Hi,
I am trying to configure Burrow with Zookeeper server started with jaas.conf file. Recently I have solved the problems with KAFKA SSL/SASL (#333), but now I have a problem with this configuration. Zookeeper is started with DigestLoginModule.
jaas.conf:
zookeeper env:
SERVER_JVMFLAGS="-Djava.security.auth.login.config=/opt/zookeeper-3.4.9/conf/jaas.conf"
And Burrow with the following configuration:
After I have invoked this command on zookeeper:
./zookeeper-security-migration.sh --zookeeper.acl secure --zookeeper.connect 183.155.2.197:2181
i get the following error:
Is it possible to pass user/password to zookeeper ?
The text was updated successfully, but these errors were encountered: