Solr has a configuration option that allows redacting particular
properties that appear in the Admin UI.  I _think_ this is the
functionality you're looking for.  For more information, Kevin Risden
has a great little writeup of it here:
https://risdenk.github.io/2018/11/27/apache-solr-hide-redact-sensitive-properties.html

Hope that helps,

Jason

On Wed, Mar 6, 2019 at 9:27 PM Aroop Ganguly <aroopgang...@icloud.com> wrote:
>
> try changing the passwords using the auth api 
> https://lucene.apache.org/solr/guide/6_6/basic-authentication-plugin.html#BasicAuthenticationPlugin-AddaUserorEditaPassword
>  
> <https://lucene.apache.org/solr/guide/6_6/basic-authentication-plugin.html#BasicAuthenticationPlugin-AddaUserorEditaPassword>
>
> That point onwards your credentials will be encrypted on the admin ui.
> I do not think your -DbasicAuth password will change but your actual password 
> would be different and base64 encrypted.
>
>
> > On Mar 6, 2019, at 12:22 AM, el mas capo <bou...@gmx.es> wrote:
> >
> > Hi everyone,
> > I am trying to configure Cloud Solr(7.7.0) with basic Authentification. All 
> >  seems to work nicely, but when I enter on the Web UI I can see the basic 
> > Auth Password configured in solr.in.sh in clear format:
> > -Dbasicauth=solr:SolrRocks
> > Can this behaviour be avoided?
> > Thank you by your attention.
> >
>

Reply via email to