Re: Enabling Auth between Zookeeper Servers

2020-02-13 Thread Szalay-Bekő Máté
Hi Sebastian! I was able to setup digest authentication, uploaded my results here: https://github.com/symat/zookeeper-docker-test You can see my docker compose file: https://github.com/symat/zookeeper-docker-test/blob/master/3_nodes_digest_quorum_auth.yml also the zoo.cfg template:

Re: Enabling Auth between Zookeeper Servers

2020-02-13 Thread sagar shukla
O Sent from Yahoo Mail on Android On Fri, Feb 14, 2020 at 11:02 AM, Szalay-Bekő Máté wrote: Hi Sebastian, > But I still get the same exception. at this point I don't know why this happen... Adding the Server section to the jaas config should have helped. Unfortunately the exact exception

Re: Enabling Auth between Zookeeper Servers

2020-02-13 Thread Szalay-Bekő Máté
Hi Sebastian, > But I still get the same exception. at this point I don't know why this happen... Adding the Server section to the jaas config should have helped. Unfortunately the exact exception is not printed out into the logs, just the error message, so it is hard to find out more details. I

Re: Enabling Auth between Zookeeper Servers

2020-02-13 Thread Sebastian Schmitz
Hey Mate, I checked the java.env-file and it contains: SERVER_JVMFLAGS="-Djava.security.auth.login.config=/opt/zookeeper-cluster/zookeeper/conf/jaas.conf" which is exactly the place where the pasted jaas.conf is placed. I also just changed the config to be saslLoginContext and added the