Re: Securing solr 5.2 basic auth permission rules

2015-09-18 Thread Aziz Gaou
or jetty needs to be > configured to recognize it. > > Not sure what the thinking was behind the decision that only people > running solr cloud would want authentication, or even how solr made it to > 5.2 before adding anything in at all! > > We had all this working great in j

Re: Securing solr 5.2 basic auth permission rules

2015-09-17 Thread Aziz Gaou
tion frameworks, and shipped > with Kerberos authentication plugin out of the box. > > There are a few known issues with that though, and a 5.3.1 release is just > around the corner. > > On Wed, Sep 16, 2015 at 10:11 AM, Aziz Gaou <gaoua...@gmail.com> wrote: > > &

Re: Securing solr 5.2 basic auth permission rules

2015-09-17 Thread Aziz Gaou
with 5.2. > 5.2 only had the authentication and authorization frameworks, and shipped > with Kerberos authentication plugin out of the box. > > There are a few known issues with that though, and a 5.3.1 release is just > around the corner. > > On Wed, Sep 16, 2015 at 10:11 AM, Aziz G

Fwd: Securing solr 5.2 basic auth permission rules

2015-09-16 Thread Aziz Gaou
Hi, I try to follow: https://cwiki.apache.org/confluence/display/solr/Basic+Authentication+Plugin, to protect Solr 5.2 Admin with password, but I have not been able to secure. 1) When I run the following command: curl --user solr:SolrRocks http://localhost:8983/solr/admin/authentication -H