Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 420 Bytes

build

Lifecycle Archived

./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