Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Encrypt/Hide DB Password supplied in Solr Cloud's collection data-config.xml

avatar
Contributor

Hi All,

 

We are using solr as solr cloud with running on 4 nodes of solr server and most of peoples are having access on Admin Console.

 

Our solr developers are supplying DB password in plain text in data-config.xml file which is accessible over Admin Console and anybody can see the same.

 

Could you please let me know how we can hide/ecrypt or store password somewhere in file and use the same in data-config.xml.

 

Appriciate your help to resolve the issue.

 

Thanks,

Bhavesh

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Hi Bhavesh,

 

I see that upstream Solr has added this capability via JIRA SOLR-4392.  This feature does not exist in the current CDH5.x but will almost certainly be available with CDH6 when that is released.

 

https://issues.apache.org/jira/browse/SOLR-4392

 

Nick

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

Hi Bhavesh,

 

I see that upstream Solr has added this capability via JIRA SOLR-4392.  This feature does not exist in the current CDH5.x but will almost certainly be available with CDH6 when that is released.

 

https://issues.apache.org/jira/browse/SOLR-4392

 

Nick

avatar
Contributor
Thanks Nick for the update.