Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.13 KB

docker-kerberos-zookeeper

Docker images for Zookeeper with Kerberos environment.

Try in PWD

How to use it

The configured realm is "EXAMPLE.COM" where the kdc must be accessible througt "kerberos.example.com". To launch the container use:

docker run -h kerberos.example.com -v /dev/urandom:/dev/random ssorriaux/kerberos-zookeeper:${VERSION}

Where VERSION can be 3.4.13, 3.5.4-beta or latest.

How can I connect

The 2 following principals are available inside the container:

Have a look to kerberos_setup.sh for the KDC master key password or root/admin@EXAMPLE.COM principal.

If you want to connect using the zkCli.sh script, use:

/zookeeper-${VERSION/bin/zkCli.sh -server kerberos.example.com:2181

Contributing

Have fun.