RE: User Authentication

2015-08-25 Thread Davis, Daniel (NIH/NLM) [C]
Zotte, Tom [mailto:tom.lezo...@vanderbilt.edu] Sent: Monday, August 24, 2015 4:37 PM To: solr-user@lucene.apache.org Subject: Re: User Authentication Bosco, We use CAS for user authentication, not sure if we have Kerberos working anywhere. Also we are not using ZooKeeper, because we are only ru

Re: User Authentication

2015-08-24 Thread Don Bosco Durai
You might have to use 5.3 when it is publicly available. It supports Basic Auth. But based on my understanding for the authentication/authorization framework implemented in 5.2, you need to use Solr Cloud/Zookeeper for configuring the plugins. Noble, Anshum or Ishan can confirm it. They are origin

Re: User Authentication

2015-08-24 Thread Noble Paul
no. Most of it is in Solr 5.3 On Tue, Aug 25, 2015 at 12:48 AM, Steven White wrote: > Hi Noble, > > Is everything in the link you provided applicable to Solr 5.2.1? > > Thanks > > Steve > > On Mon, Aug 24, 2015 at 2:20 PM, Noble Paul wrote: > >> did you manage to look at the reference guide? >>

Re: User Authentication

2015-08-24 Thread LeZotte, Tom
Bosco, We use CAS for user authentication, not sure if we have Kerberos working anywhere. Also we are not using ZooKeeper, because we are only running one server currently. thanks Tom LeZotte Health I.T. - Senior Product Developer (p) 615-875-8830 On Aug 24, 2015, at 3:12 PM, Don Bosco D

Re: User Authentication

2015-08-24 Thread Steven White
For my project, Keberos is not a requirement. What I need is: 1) Basic Auth to Solr server (at all access levels) 2) SSL support My setup is not using ZK, it's a single core. Steve On Mon, Aug 24, 2015 at 4:12 PM, Don Bosco Durai wrote: > Just curious, is Kerberos an option for you? If so, m

Re: User Authentication

2015-08-24 Thread Don Bosco Durai
Just curious, is Kerberos an option for you? If so, mostly all your 3 use cases will addressed. Bosco On 8/24/15, 12:18 PM, "Steven White" wrote: >Hi Noble, > >Is everything in the link you provided applicable to Solr 5.2.1? > >Thanks > >Steve > >On Mon, Aug 24, 2015 at 2:20 PM, Noble Paul wr

Re: User Authentication

2015-08-24 Thread Steven White
Hi Noble, Is everything in the link you provided applicable to Solr 5.2.1? Thanks Steve On Mon, Aug 24, 2015 at 2:20 PM, Noble Paul wrote: > did you manage to look at the reference guide? > https://cwiki.apache.org/confluence/display/solr/Securing+Solr > > On Mon, Aug 24, 2015 at 9:23 PM, LeZ

Re: User Authentication

2015-08-24 Thread Noble Paul
did you manage to look at the reference guide? https://cwiki.apache.org/confluence/display/solr/Securing+Solr On Mon, Aug 24, 2015 at 9:23 PM, LeZotte, Tom wrote: > Alex > I got a super secret release of Solr 5.3.1, wasn’t suppose to say anything. > > Yes I’m running 5.2.1, I will check out the r

Re: User Authentication

2015-08-24 Thread LeZotte, Tom
Alex I got a super secret release of Solr 5.3.1, wasn’t suppose to say anything. Yes I’m running 5.2.1, I will check out the release notes for 5.3. Was looking for three types of user authentication, I guess. 1. the Admin Console 2. User auth for each Core ( and select and update) on a server. 3.

Re: User Authentication

2015-08-24 Thread Alexandre Rafalovitch
Thanks for the email from the future. It is good to start to prepare for 5.3.1 now that 5.3 is nearly out. Joking aside (and assuming Solr 5.2.1), what exactly are you trying to achieve? Solr should not actually be exposed to the users directly. It should be hiding in a backend only visible to you