Auto connect¶

Auto connect is a feature that lets you skip the Connect form where you enter ZooKeeper server address and throws you directly into the Editor UI. This is useful when you only have a single (or preferred) ZooKeeper cluster.

To enable this feature simply add these environment variables to ZooNavigator’s Web Docker container:

  • AUTO_CONNECT_CONNECTION_STRING
  • AUTO_CONNECT_AUTH_INFO (this is optional)

See Configuration for description on these environment variables.