Re: [EXTERNAL] authentication for Leader/Follower replication

2023-08-14 Thread Kevin Risden
dahl > Sent: Monday, August 14, 2023 3:12 AM > To: users@solr.apache.org > Subject: Re: [EXTERNAL] authentication for Leader/Follower replication > > This is probably due to SecurityManager rejecting an unknown path. Try > starting Solr with: > > -Dsolr.allowPaths

RE: [EXTERNAL] authentication for Leader/Follower replication

2023-08-14 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
ubject: Re: [EXTERNAL] authentication for Leader/Follower replication This is probably due to SecurityManager rejecting an unknown path. Try starting Solr with: -Dsolr.allowPaths=/netmnt/ or set env variable SOLR_OPTS="$SOLR_OPTS -Dsolr.allowPaths=/netmnt/" Then try again. Alternatively y

Re: [EXTERNAL] authentication for Leader/Follower replication

2023-08-14 Thread Jan Høydahl
of what is listed > in allowPaths in all the solr.xml files of this SolrCloud, and which is > mounted on all hosts of the SolrCloud. > > I have tried both V1 API and V2 API as found at > solr.apache.org/guide/solr/9_2/deployment-guide/collection-management.html#backup > > No

RE: [EXTERNAL] Re: authentication for Leader/Follower replication

2023-08-12 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
-Original Message- From: Dominique Bejean Sent: Friday, August 11, 2023 9:32 AM To: users@solr.apache.org Subject: Re: [EXTERNAL] Re: authentication for Leader/Follower replication Hi Craig, Yes, starting with the 8.9 and 9.0 versions, Collection API allows incremental backup and much

Re: [EXTERNAL] Re: authentication for Leader/Follower replication

2023-08-11 Thread Dominique Bejean
"role":null, > "params":{ > "action":["REGEX:(?i)RELOAD"], > "name":["REGEX:(?i)helpdocs"]}}] has no role; permitting access > ... > 2023-08-10 11:51:47.731 DEBUG (qtp1003693033-249) [ ] > o.a.s.s.RuleBasedAutho

RE: [EXTERNAL] Re: authentication for Leader/Follower replication

2023-08-10 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
ns/helpdocs] 2023-08-10 11:51:47.731 DEBUG (qtp1003693033-249) [ ] o.a.s.s.RuleBasedAuthorizationPluginBase Governing permission [{ "name":"catch-all-nocollection", "path":"/*", "index":24, "collection":null, "role"

Re: authentication for Leader/Follower replication

2023-08-05 Thread Shawn Heisey
On 7/6/23 14:00, Oakley, Craig (NIH/NLM/NCBI) [C] wrote: We are having problems transitioning Leader/Follower replication to Solr9.2.1 In Solr8.5 and below, what was then called Master/Slave replication had the annoying problem that, even though we specified httpBasicAuthUser and httpBasicAuth

RE: authentication for Leader/Follower replication

2023-07-18 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
I am wondering whether anyone yet has any suggestions how to proceed -Original Message- From: Oakley, Craig (NIH/NLM/NCBI) [C] Sent: Thursday, July 6, 2023 4:00 PM To: users@solr.apache.org Subject: authentication for Leader/Follower replication We are having problems transitioning

authentication for Leader/Follower replication

2023-07-06 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
We are having problems transitioning Leader/Follower replication to Solr9.2.1 In Solr8.5 and below, what was then called Master/Slave replication had the annoying problem that, even though we specified httpBasicAuthUser and httpBasicAuthPassword, it would always attempt to connect first without