Created on
06-03-2020
08:58 AM
- last edited on
06-03-2020
12:44 PM
by
cjervis
In order to use an ACL that indicates that only the Creator is allowed to access the data, we need to tell ZooKeeper who the Creator is. There are two mechanisms for accomplishing this. The first mechanism is to provide authentication using Kerberos
The second option is to use a user name and password. This is configured by specifying a value for the Username and a value for the Password properties for the ZooKeeperStateProvider
For the Second Option, where do I specify the UserName and Password? which properties file