SecureRandom algorithm 'NativePRNG'

2018-10-19 Thread Isabelle Giguere
Hi; Interagtion test run using Jenkins is failing with this error message: SecureRandom algorithm 'NativePRNG' is in use by your JVM, which is a potentially blocking algorithm on some environments. Please report the details of this failure (and your JVM vendor/version) to solr-user@lucene.apach

Rule-Based Auth - update not working

2020-05-12 Thread Isabelle Giguere
Hi; I'm using Solr 8.5.0. I'm having trouble setting up some permissions using the rule-based authorization plugin: https://lucene.apache.org/solr/guide/8_5/rule-based-authorization-plugin.html I have 3 users: "admin", "search", and "indexer". I have set permissions and user roles: "permissio

HTTP 401 when searching on alias in secured Solr

2020-06-10 Thread Isabelle Giguere
Hi; I'm using Solr 8.5.0. I have uploaded security.json to Zookeeper. I can log in the Solr Admin UI. I can create collections and aliases, and I can index documents in Solr. Collections : test1, test2 Alias: test (combines test1, test2) Indexed document "solr-word.pdf" in collection test1

Re: [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr

2020-06-10 Thread Isabelle Giguere
& Java Developer Linguiste informaticienne & développeur java ____ De : Jan Høydahl Envoyé : 10 juin 2020 16:01 À : solr-user@lucene.apache.org Objet : [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr Please share your security.json file

Re: [EXTERNAL] - SolR OOM error due to query injection

2020-06-10 Thread Isabelle Giguere
Hi Guilherme; The only thing I can think of right now is the number of non-alphanumeric characters. In the first 'q' in your examples, after resolving the character escapes, 1/3 of characters are non-alphanumeric (* / = , etc). Maybe filter-out queries that contain too many non-alphanumeric ch

Re: [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr

2020-06-11 Thread Isabelle Giguere
eloppeur java ____ De : Isabelle Giguere Envoyé : 10 juin 2020 16:11 À : solr-user@lucene.apache.org Objet : Re: [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr Hi Jan; Thank you for your reply. This is security.json as seen in Zookeeper. Credent

Re: [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr

2020-06-12 Thread Isabelle Giguere
nd when giving the password the search succeeds. What was your expectation? Jan > 11. jun. 2020 kl. 16:53 skrev Isabelle Giguere > : > > Some extra info: > Collections have 1 shard, 1 replica. Only 1 Solr node running. > > The HTTP 401 is not intermittent, as reported in SOLR

Re: [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr

2020-06-12 Thread Isabelle Giguere
ers curl -i —user admin:admin http://localhost:8983/solr/mycollection/select?q=*:* curl -i —user admin:admin http://localhost:8983/solr/myalias/select?q=*:* Are you saying that you see a difference between the two? What are the headers? Jan > 12. jun. 2020 kl. 20:06 skrev Isabelle Giguere

Re: [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr

2020-06-14 Thread Isabelle Giguere
failing test. In the issue description, it is great if you manage to describe the reproduction steps in a clean way, so anyone can reproduce with a minimal neccessary config. Jan > 13. jun. 2020 kl. 00:41 skrev Isabelle Giguere > : > > Hello again; > > I have managed to reprodu

Re: [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr

2020-06-15 Thread Isabelle Giguere
sues where certain nodes may have trouble getting more current information from zookeeper. > On Jun 14, 2020, at 2:13 PM, Isabelle Giguere <mailto:igigu...@opentext.com.INVALID>> wrote: > > I have created > https://urldefense.com/v3/__https://issues.apache.or