Re: Solr basic authentication and authorization Document

2020-06-26 Thread Jan Høydahl
n > 26. jun. 2020 kl. 08:03 skrev Roshan Naik : > > Hello Team , > > We are deploying the solr cluster on GCP kubernetes . > We are not getting a clear idea in the documents for how we can > implement the solr basic authentication and authorization in kubernetes > clust

Solr basic authentication and authorization Document

2020-06-26 Thread Roshan Naik
Hello Team , We are deploying the solr cluster on GCP kubernetes . We are not getting a clear idea in the documents for how we can implement the solr basic authentication and authorization in kubernetes cluster. Could you please provide the documents for the same? -- Thanks & Reg

Zookeeper restart on solr basic authentication password change

2019-01-28 Thread Schaum Mallik
I recently updated the password on our 3 node solr cloud. We have 3 zookeeper ensemble serving it. I have one question. Do I need to restart the zookeeper ensemble after password change? Thank you

Re: solr basic authentication

2018-06-27 Thread Dinesh Sundaram
Thanks Chris for your help. I tried to find that solution but nothing is working out. it is not accepting the credentils, may be i'm trying with wrong base 64 algorithm. On Thu, Jun 21, 2018 at 12:25 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Dinesh, > > On 6/21/18 11:40

Re: solr basic authentication

2018-06-21 Thread Christopher Schultz
Dinesh, On 6/21/18 11:40 AM, Dinesh Sundaram wrote: > is there any way to disable basic authentication for particular domain. i > have proxy pass from a domain to solr which is always asking credentials so > wanted to disable basic auth only for that domain. is there any way? I wouldn't

solr basic authentication

2018-06-21 Thread Dinesh Sundaram
Hi, is there any way to disable basic authentication for particular domain. i have proxy pass from a domain to solr which is always asking credentials so wanted to disable basic auth only for that domain. is there any way? Thanks, Dinesh Sundaram.

Re: Solr Basic Authentication setup issue (password SolrRocks not accepted) on Solr6.1.0/Zkp3.4.6

2018-02-23 Thread Atita Arora
Hi, I tried the same on version 7.0.1 and it works with the same json. However , I remember setting this up for another client who used the same version and they reported similar issues. They later planned an upgrade to resolve this. I would also advice you to look into SOLR-9188

Solr Basic Authentication setup issue (password SolrRocks not accepted) on Solr6.1.0/Zkp3.4.6

2018-02-23 Thread Tarjono, C. A.
Dear All, We are trying to implement basic authentication in our solrcloud implementation. We followed the PDF (for version 6.1.0) as below: 1. Start Solr 2. Created security.json { "authentication":{ "blockUnknown": true,

Re: Error when adding user for Solr Basic Authentication

2017-04-13 Thread Zheng Lin Edwin Yeo
i found from StackOverflow that we have to use escaping of single quote and to use double quote around the JSON string. http://stackoverflow.com/questions/43387719/error-when-adding-user-for-solr-basic-authentication/43387895#43387895 curl --user user:password http://localhost:8983/solr/admin

Error when adding user for Solr Basic Authentication

2017-04-13 Thread Zheng Lin Edwin Yeo
Hi, When I try to add the user for the Solr Basic Authentication using the following method in curl curl --user user:password http://localhost:8983/solr/admin/authentication -H 'Content-type:application/json' -d '{ "set-user": {"tom" : "TomIsCool" ,

Re: Unity.SolrNetIntegration with Solr basic-authentication

2017-01-03 Thread Shawn Heisey
On 1/3/2017 5:56 AM, Reagan Philip wrote: > Hi,I'm trying to use Unity.SolrNetIntegration with a > basic-authentication enabled Solr server but could not find any > details about it. I did create another post with more details > http://lucene.472066.n3.nabble.com/Solr-basic-au

Unity.SolrNetIntegration with Solr basic-authentication

2017-01-03 Thread Reagan Philip
Hi,I'm trying to use Unity.SolrNetIntegration with a basic-authentication enabled Solr server but could not find any details about it. I did create another post with more details http://lucene.472066.n3.nabble.com/Solr-basic-authentication-with-Unity-SolrNetIntegration-tc4311494.htmlPlease help

Solr basic-authentication with Unity.SolrNetIntegration

2016-12-28 Thread rphilip
n.Tests but couldn’t find and leads. Please help! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-basic-authentication-with-Unity-SolrNetIntegration-tp4311494.html Sent from the Solr - User mailing list archive at Nabble.com.