Re: Adding authentication

2018-12-07 Thread Noble Paul
This is a Solr problem and not ZK problem. This is something we have encountered before. Which version of java are you using? On Sat, Dec 8, 2018 at 1:42 AM Adam Blank wrote: > > Hi, > > I'm not sure if this would be more of a Zookeeper or Solr question, but I'm > hoping you can help me. I'm

Adding authentication

2018-12-07 Thread Adam Blank
Hi, I'm not sure if this would be more of a Zookeeper or Solr question, but I'm hoping you can help me. I'm trying to add user authentication to my SolrCloud configuration (to secure my Solr admin consoles). I have 3 Zookeeper servers and 2 Solr nodes running. Zookeeper version 3.4.6 and Solr

Re: Adding authentication Token to the CommonsHttpSolrServer

2009-03-15 Thread Shalin Shekhar Mangar
On Fri, Mar 13, 2009 at 12:03 AM, Narayanan, Karthikeyan karthikeyan.naraya...@gs.com wrote: Hi, We have installed the Solr in Tomcat server and enabled the security constraint at the Tomcat level.. We require to pass the authentication token(cookie) to the search call that is made

Re: Adding authentication Token to the CommonsHttpSolrServer

2009-03-14 Thread Otis Gospodnetic
, March 12, 2009 2:33:28 PM Subject: Adding authentication Token to the CommonsHttpSolrServer Hi, We have installed the Solr in Tomcat server and enabled the security constraint at the Tomcat level.. We require to pass the authentication token(cookie) to the search call that is made using

Adding authentication Token to the CommonsHttpSolrServer

2009-03-12 Thread Narayanan, Karthikeyan
Hi, We have installed the Solr in Tomcat server and enabled the security constraint at the Tomcat level.. We require to pass the authentication token(cookie) to the search call that is made using CommonsHttpSolrServer. Would like to know how can I add the token to the CommonsHttpSolrServer.