Code Monkey home page Code Monkey logo

Comments (2)

elkozmon avatar elkozmon commented on June 12, 2024

I agree, the documentation could be improved a lot. Eventually, I will gladly do that. However in the meantime, I'm also happy to accept PRs in case anyone's interested - docs are written in reStructuredText and can be found in docs folder.

from zoonavigator.

NilutpalBoro avatar NilutpalBoro commented on June 12, 2024

I am unable to login to remote zookeeper server since i have set the following in zookeeper server side -Dzookeeper.allowSaslFailedClients=false -Dzookeeper.sessionRequireClientSASLAuth=true

I have set the java.security.auth.login.config to jaas config file
Client {
org.apache.zookeeper.server.auth.DigestLoginModule required
username="testUser"
password="pass123";
};

When i try to login i cant and i see the following error on zookeper logs
ERROR [NIOWorkerThread-2:o.a.z.s.AuthenticationHelper@121] - Client authentication scheme(s) [ip] does not match with any of the expected authentication scheme [sasl], closing sessio

So I am trying to set the preset auth as
snap set zoonavigator zoonavigator.connection.aclzk.auth.aclzkauth.scheme=sasl
error: cannot perform the following tasks:

  • Run configure hook of "zoonavigator" snap (run hook "configure":

Invalid Auth 'aclzkauth' configuration in Connection 'aclzk'
Make sure following configuration options are set: zoonavigator.connection.aclzk.auth.aclzkauth.scheme zoonavigator.connection.aclzk.auth.aclzkauth.id
-----)

where am I going wrong and how do i set the preset auth info

from zoonavigator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.