You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by suresh pendap <su...@gmail.com> on 2018/01/24 18:31:05 UTC

configuring zookeeper authentication and authorization

Hi,
I am following the Solr documentation to configure ZK authentication and
ACLS from here
https://lucene.apache.org/solr/guide/6_6/zookeeper-access-control.html

I am planning to go with MD5 Digest authentication mechanism

I am assuming that you still have to enable authentication on the Zookeeper
server side.

Is that correct?


The zookeeper documentation for configuring authentication is not very easy
to follow.

I am trying to follow this document
https://cwiki.apache.org/confluence/display/ZOOKEEPER/Client-Server+mutual+authentication

The above page seem to mix the instructions for SASL and DIGEST
authentication schemes and it is very hard to follow.

Is there a better resource or documentation that I can follow?



-suresh