zoonavigator icon indicating copy to clipboard operation
zoonavigator copied to clipboard

Web-based ZooKeeper UI / editor / browser

Results 19 zoonavigator issues
Sort by recently updated
recently updated
newest added

I am started zoonavigator in minikube cluster and I am able to see data of all the nodes inside the zookeeper which also in the same namespace inside cluster. I...

version: zookeeper 3.7 Cluster info : zk1 zk2 zk3 (leader) network info: ![image](https://user-images.githubusercontent.com/11386482/145252912-c43cfc4a-b6e4-4ec6-98b3-d963f04b4a50.png) docker-compose.yml ``` version: "3.7" networks: zk-net: external: true services: zookeeper: image: "elkozmon/zoonavigator:latest" ports: - 9090:9090 restart: always...

Run app with Docker: ``` docker run \ -d --network host \ --mount type=bind,source=/root/navigator,target=/ssl \ -e HTTP_PORT=9000 \ -e ZK_SASL_CLIENT=false \ -e ZK_CLIENT_SECURE=true \ -e ZK_SSL_KEYSTORE_PATH=/ssl/zookeeper.keystore.jks \ -e ZK_SSL_KEYSTORE_PASSWORD=pass \...

enhancement

Hey everyone, after investing quite a long time now, I finally found a hint on how to use CONNECTION__AUTH__SCHEME and CONNECTION__AUTH__ID options. The existing documentation is not really informative. In...

enhancement
good first issue

We use zookeeper 3.7.0 for this, so I want to ask about 3.7.0 support

Implement search functionality that would cover the use-case of #69

enhancement

Is there any way to make the panels resizable (as in allow dragging of the splitter to expand the zNode list area)? We have zNodes with long names and common...

enhancement

I love the navigator. Thanks. Maybe a `docker-compose.yml` can help some docker-compose' fans (like me). ```yaml version: "3.9" services: zookeeper-navi: image: "elkozmon/zoonavigator:latest" restart: unless-stopped container_name: "zoonavigator" network_mode: "host" environment: -...

Hey there, just saw the feature "Connection presets" and that my preferred use-case is not covered by this. It's no big deal for me, as I already use zoonavigator for...

enhancement

We want to use ZooNavigator in our production environment to access zk cluster with ACLs. But also we have legacy zk cluster without ACL, and we must prevent users to...

enhancement