Parvez Kazi created SOLR-11655:
----------------------------------
Summary: SolrCloud should Support encrypted zookeeper ACL Digest
details
Key: SOLR-11655
URL: https://issues.apache.org/jira/browse/SOLR-11655
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Reporter: Parvez Kazi
In SolrCloud, to connect to zookeeper, we need to provide zookeeper credentials
and acls in below format : (plain text)
SOLR_ZK_CREDS_AND_ACLS="-DzkACLProvider=org.apache.solr.common.cloud.VMParamsAllAndReadonlyDigestZkACLProvider
\
-DzkCredentialsProvider=org.apache.solr.common.cloud.VMParamsSingleSetCredentialsDigestZkCredentialsProvider
\
-DzkDigestUsername=admin -DzkDigestPassword=admin123 \
-DzkDigestReadonlyUsername=admin -DzkDigestReadonlyPassword=admin123"
We want to have these credentials in encrypted format.
Do we have this supported and if yes how to implement?
If not, is this planned in future releases?
Please update on this,.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]