Re: Provide auth username/password with system properties or environment?

2015-11-19 Thread Shawn Heisey
On 11/19/2015 3:03 AM, Oleg Kalnichevski wrote: > On Wed, 2015-11-18 at 13:17 -0700, Shawn Heisey wrote: >> In the meantime, I am hoping that there is a way that Solr users can >> provide credentials to HttpClient via another means, like system >> properties or environment variables. Is there

Provide auth username/password with system properties or environment?

2015-11-18 Thread Shawn Heisey
Recent versions of Solr have added basic authentication. The Solr client functionality uses HttpClient. The start script included with Solr has some additional functionality for manipulating the running server, and the class that this script calls uses HttpClient to talk to Solr. We have an