Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 346 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 346 Bytes

build

./gradlew jar

usage

  • copy build/libs/zookeeper-authorizers.jar to ZOOKEEPER_HOME/lib directory

  • create a configuration in zoo.cfg.

    zookeeper.msAuthorizers=user,file # this is the default; adding it is not necessary authProvider.1=com.ms.zookeeper.auth.PluggableSASLAuthenticationProvider

  • start zookeeper