elkozmon / zoonavigator

Web-based ZooKeeper UI / editor / browser
https://zoonavigator.elkozmon.com
GNU Affero General Public License v3.0
506 stars 72 forks source link

unable to login #9

Closed ayyappaappana closed 6 years ago

ayyappaappana commented 6 years ago

Hi,

I am new to this zookeeper as part of research i started zookeeper server using docker-compose and zoonavigator too. but while connecting thru my nodejs script, i havent provided any username and password in my local linux instance.

this is my zookeeper server

zookeeper: container_name: zookeeper image: "zookeeper"
ports:

and for web, i used this zookeeper docker. What are the details to enter ? can you please guide me.

elkozmon commented 6 years ago

Hi,

if ZooNavigator is defined in the same docker-compose file, then you would enter zookeeper:2181 as a connection string and click Connect. You don't have to enter any username/password.

I created a gist of such docker-compose file for you.

elkozmon commented 6 years ago

I am closing this issue for now.

In case you are still having trouble feel free to reopen it. :)