Re: Inquiry for Solr Cloud Authentication

2017-01-24 Thread Noble Paul
Yes, you should setup basic auth without SSL it in a very protected network only On Wed, Jan 25, 2017 at 3:27 AM, Steve Davids wrote: > Don't let "basic auth" without SSL think there is inherent security, if > someone has access to the network it is trivial to sniff network

Re: Inquiry for Solr Cloud Authentication

2017-01-24 Thread Steve Davids
Don't let "basic auth" without SSL think there is inherent security, if someone has access to the network it is trivial to sniff network traffic and pickup the username/password (as noted in the caveats section ). There

Re: Inquiry for Solr Cloud Authentication

2017-01-19 Thread Byunghoon Lim
Hi Ishan! Thanks for the advice :) I will try it. Best, Hoon Regards, Hoon On Fri, Jan 20, 2017 at 11:55 AM, Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Basic auth should have the best performance (almost negligible difference > between unsecured and secured). Also, you could

Re: Inquiry for Solr Cloud Authentication

2017-01-19 Thread Ishan Chattopadhyaya
Basic auth should have the best performance (almost negligible difference between unsecured and secured). Also, you could try delegation tokens support. On Fri, Jan 20, 2017 at 7:41 AM, Byunghoon Lim wrote: > Hi! I am Hoon who is running a Solr cluster on production. > > I

Inquiry for Solr Cloud Authentication

2017-01-19 Thread Byunghoon Lim
Hi! I am Hoon who is running a Solr cluster on production. I am considering adding an authentication for Solr Cloud using like Basic Authentication plugin. Here, my concern is, if I bring the authentication plugin to the cluster, how much latency will increase or affected. Is there any results