Re: solr jetty based auth and distributed solr requests

2017-08-23 Thread Lars Karlsson
Newest docs: https://lucene.apache.org/solr/guide/6_6/securing-solr.html On Wed, 23 Aug 2017 at 19:20, Lars Karlsson wrote: > Such setup is not supported, interfering inter node communication, start > here on how to secure Solr: > > https://cwiki.apache.org/confluence/display/solr/Securing+Solr

Re: solr jetty based auth and distributed solr requests

2017-08-23 Thread Lars Karlsson
Such setup is not supported, interfering inter node communication, start here on how to secure Solr: https://cwiki.apache.org/confluence/display/solr/Securing+Solr On Wed, 23 Aug 2017 at 14:41, Scott Stults < sstu...@opensourceconnections.com> wrote: > Radhakrishnan, > > I'm not sure offhand whe

Re: solr jetty based auth and distributed solr requests

2017-08-23 Thread Scott Stults
Radhakrishnan, I'm not sure offhand whether or not that's possible. It sounds like you've done enough analysis to write a good Jira ticket, so if nobody speaks up on the mailing list, go ahead and create one. Cheers, Scott On Tue, Aug 22, 2017 at 7:15 PM, radha krishnan wrote: > Hi, > > I ena

solr jetty based auth and distributed solr requests

2017-08-22 Thread radha krishnan
Hi, I enabled jetty basic auth for solr by making changes to jetty.xml and add a 'realm.properties' while basic queries are working, queries involving more than one shard is not working. i went through the code and figured out that in HttpShardHandler, there is no provision to specify a username: