Re: Online Solr password encryption tool for the Basic Authentication plugin

2020-08-28 Thread Clemente Biondo
t; instead of hardcoding. The API takes care of the encoding for you! > > Jan > > > 27. aug. 2020 kl. 18:28 skrev Clemente Biondo >: > > > > I was a little annoyed of the default "SolrRocks" password so I wrote a > > little utility to generate solr p

Re: Online Solr password encryption tool for the Basic Authentication plugin

2020-08-28 Thread Jan Høydahl
20 kl. 18:28 skrev Clemente Biondo : > > I was a little annoyed of the default "SolrRocks" password so I wrote a > little utility to generate solr passwords for the Basic Authentication > plugin and made it available online. > The password encoder is written in simple pl

Online Solr password encryption tool for the Basic Authentication plugin

2020-08-27 Thread Clemente Biondo
I was a little annoyed of the default "SolrRocks" password so I wrote a little utility to generate solr passwords for the Basic Authentication plugin and made it available online. The password encoder is written in simple plain javascript, there is no need to install or downloa

Basic Authentication Plugin + Http2SolrClient

2020-08-05 Thread Tiago Barros
Hello, everyone. I hope you are all well and safe. I am trying to enable authentication to our Solr 8.3.1 servers. I followed the instructions on this page: https://lucene.apache.org/solr/guide/8_3/basic-authentication-plugin.html and used the "Global (JVM) Basic Auth Credentials" with the

Authentication Plugin

2017-12-20 Thread Chris Ulicny
Hi all, We've got a solrcloud cluster set up on 6.3.0 with the BasicAuthentication plugin enabled. All of the hosts are time synchronized using ntp and are on the same network switch. We're periodically experiencing issues where follower replicas are put into down states by the leader in the

Get Username within a plugin (Basic Authentication Plugin)

2017-10-24 Thread startrekfan
Hello, I have set up an solr server with the "Basic Authentication Plugin". Now I'd like to write a custom PostFilter(extends ExtendedQueryBase) plugin. Can you explain me how I can get the username of the authenticated user within my plugin? Thanks

Get Username within a plugin (Basic Authentication Plugin)

2017-10-24 Thread startrekfan
Hello, I have set up an solr server with the "Basic Authentication Plugin". Now I'd like to write a custom PostFilter(extends ExtendedQueryBase) plugin. Can you explain me how I can get the username of the authenticated user within my plugin? Thanks

Re: Expiry of Basic Authentication Plugin

2017-04-11 Thread Zheng Lin Edwin Yeo
> auto > > logged out yet. > > > > Regards, > > Edwin > > > > On 11 April 2017 at 00:19, Zheng Lin Edwin Yeo <edwinye...@gmail.com> > > wrote: > > > > > Hi, > > > > > > Would like to check, after I have entered the aut

Re: Expiry of Basic Authentication Plugin

2017-04-11 Thread Jordi Domingo Borràs
to check, after I have entered the authentication to access > > Solr with Basic Authentication Plugin, will the authentication be expired > > automatically after a period of time? > > > > I'm using SolrCloud on Solr 6.4.2 > > > > Regards, > > Edwin > > >

Re: Expiry of Basic Authentication Plugin

2017-04-10 Thread Zheng Lin Edwin Yeo
to check, after I have entered the authentication to access > Solr with Basic Authentication Plugin, will the authentication be expired > automatically after a period of time? > > I'm using SolrCloud on Solr 6.4.2 > > Regards, > Edwin >

Expiry of Basic Authentication Plugin

2017-04-10 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, after I have entered the authentication to access Solr with Basic Authentication Plugin, will the authentication be expired automatically after a period of time? I'm using SolrCloud on Solr 6.4.2 Regards, Edwin

Re: Custom authentication plugin & inter-node auth

2016-11-01 Thread Noble Paul
It should be related to SOLR-9692: blockUnknown property makes inter-node communication impossible This is fixed in 6.3 On Tue, Nov 1, 2016 at 8:44 AM, devanshic02 <dink...@gmail.com> wrote: > > Hi > > I am facing same issue > I have a custom authentication plugin and

Re: Custom authentication plugin & inter-node auth

2016-10-31 Thread devanshic02
Hi I am facing same issue I have a custom authentication plugin and it is calling admin/info/key when the PKIAuthenticationPlugin is attempting to authenticate an inter-node request. Can you let me know how you resolved the same -- View this message in context: http://lucene.472066.n3

Custom authentication plugin & inter-node auth

2016-09-05 Thread Matt Richards
Hi We have just upgraded to 5.4.1 from 5.2.1 and have a custom authentication plugin class configured, which is using Spnego to validate user requests. Since there is now built-in support for inter-node authentication via the PKIAuthenticationPlugin we were expecting this to be activated

Custom authentication plugin & inter-node auth

2016-09-05 Thread Matt Richards
Hi We have just upgraded to 5.4.1 from 5.2.1 and have a custom authentication plugin class configured, which is using Spnego to validate user requests. Since there is now built-in support for inter-node authentication via the PKIAuthenticationPlugin we were expecting this to be activated