Re: Basic Auth for Solr Streaming Expressions

2016-11-16 Thread Kevin Risden
Thanks Sandeep! Kevin Risden On Wed, Nov 16, 2016 at 3:33 PM, sandeep mukherjee < wiredcit...@yahoo.com.invalid> wrote: > [SOLR-9779] Basic auth in not supported in Streaming Expressions - ASF JIRA > > | > | > | > | || > >| > > | > | > | | > [SOLR-9779] Basic auth in not supported

Re: Basic Auth for Solr Streaming Expressions

2016-11-16 Thread sandeep mukherjee
[SOLR-9779] Basic auth in not supported in Streaming Expressions - ASF JIRA | | | | || | | | | | [SOLR-9779] Basic auth in not supported in Streaming Expressions - ASF JIRA | | | | I have created the above jira ticket for the base auth support in solr s

Re: Basic Auth for Solr Streaming Expressions

2016-11-16 Thread sandeep mukherjee
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Nope never got past the login screen. Will create one today. Sent from Yahoo Mail for iPhone On Wednesday, November 16, 2016,

Re: Basic Auth for Solr Streaming Expressions

2016-11-16 Thread Kevin Risden
Was a JIRA ever created for this? I couldn't find it searching. One that is semi related is SOLR-8213 for SolrJ JDBC auth. Kevin Risden On Wed, Nov 9, 2016 at 8:25 PM, Joel Bernstein wrote: > Thanks for digging into this, let's create a jira ticket for this. > > Joel Bernstein > http://joelsol

Re: Basic Auth for Solr Streaming Expressions

2016-11-09 Thread Joel Bernstein
Thanks for digging into this, let's create a jira ticket for this. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Nov 9, 2016 at 6:23 PM, sandeep mukherjee < wiredcit...@yahoo.com.invalid> wrote: > I have more progress since my last mail. I figured out that in the > StreamContext object t

Re: Basic Auth for Solr Streaming Expressions

2016-11-09 Thread sandeep mukherjee
I have more progress since my last mail. I figured out that  in the StreamContext object there is a way to set the SolrClientCache object which keep reference to all the CloudSolrClient where I can set a reference to HttpClient which sets the Basic Auth header. However the problem is, inside the

Basic Auth for Solr Streaming Expressions

2016-11-09 Thread sandeep mukherjee
Hello everyone, I trying to find the documentation for Basic Auth plugin for Solr Streaming expressions. But I'm not able to find it in the documentation anywhere. Could you please point me in right direction of how to enable Basic auth for Solr Streams? I'm creating StreamFactory as follows: I