You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Parvez Kazi (JIRA)" <ji...@apache.org> on 2017/11/17 07:29:00 UTC

[jira] [Updated] (SOLR-11655) SolrCloud should Support encrypted zookeeper ACL Digest details

     [ https://issues.apache.org/jira/browse/SOLR-11655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parvez Kazi updated SOLR-11655:
-------------------------------
    Description: 
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,.

SOLR Version :
solr-6.5.1

ZK Version
zookeeper-3.4.8

  was:
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,.


> 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,.
> SOLR Version :
> solr-6.5.1
> ZK Version
> zookeeper-3.4.8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org