Re: Hide BasicAuth JVM param on SOLR admin UI

2019-03-07 Thread Jason Gerlowski
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-s

Re: Hide BasicAuth JVM param on SOLR admin UI

2019-03-06 Thread Aroop Ganguly
try changing the passwords using the auth api https://lucene.apache.org/solr/guide/6_6/basic-authentication-plugin.html#BasicAuthenticationPlugin-AddaUserorEditaPassword

Hide BasicAuth JVM param on SOLR admin UI

2019-03-06 Thread el mas capo
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 at