Re: Solr8 changes how security.json restricts access to GUI

2019-12-14 Thread Erick Erickson
; > > -Original Message- > From: Erick Erickson > Sent: Friday, December 13, 2019 6:26 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr8 changes how security.json restricts access to GUI > > Anyone who has an account can open a JIRA, have you created o

RE: Solr8 changes how security.json restricts access to GUI

2019-12-13 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
Thanks for the clarification Created SOLR-14083 -Original Message- From: Erick Erickson Sent: Friday, December 13, 2019 6:26 PM To: solr-user@lucene.apache.org Subject: Re: Solr8 changes how security.json restricts access to GUI Anyone who has an account can open a JIRA, have you

Re: Solr8 changes how security.json restricts access to GUI

2019-12-13 Thread Erick Erickson
uld you create one (and let me know its number)? > > Thanks > > -Original Message- > From: Jan Høydahl > Sent: Friday, December 13, 2019 3:52 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr8 changes how security.json restricts access to GUI > > Ok, se

RE: Solr8 changes how security.json restricts access to GUI

2019-12-13 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
@lucene.apache.org Subject: Re: Solr8 changes how security.json restricts access to GUI Ok, se should perhaps print a warning somewhere that IE is not supported. Can you file a JIRA issue? Jan Høydahl > 13. des. 2019 kl. 21:43 skrev Oakley, Craig (NIH/NLM/NCBI) [C] > : > > Well that is prog

Re: Solr8 changes how security.json restricts access to GUI

2019-12-13 Thread Jan Høydahl
d, > Response code: 401) > > > > -Original Message- > From: Jan Høydahl > Sent: Friday, December 13, 2019 2:15 PM > To: solr-user > Subject: Re: Solr8 changes how security.json restricts access to GUI > > I got your screenshot > (https://www.drop

RE: Solr8 changes how security.json restricts access to GUI

2019-12-13 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
/solr/admin/info/system example gets Error 401 Authentication failed, Response code: 401) -Original Message- From: Jan Høydahl Sent: Friday, December 13, 2019 2:15 PM To: solr-user Subject: Re: Solr8 changes how security.json restricts access to GUI I got your screenshot (https

Re: Solr8 changes how security.json restricts access to GUI

2019-12-13 Thread Jan Høydahl
tions", >> "params":{"action":["REGEX:(?i)CLUSTERSTATUS"]}, >> "role":[ >> "clustatus_role", >> "allgen"], >> "collection":null}, >> { >>

Re: Solr8 changes how security.json restricts access to GUI

2019-12-12 Thread Jan Høydahl
; "allgen"], >"collection":null}, > { >"name":"corestatus", >"path":"/admin/cores", > "params":{"action":["REGEX:(?i)STATUS"]}, >&quo

RE: Solr8 changes how security.json restricts access to GUI

2019-12-12 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
quot;params":{"action":["REGEX:(?i)STATUS"]}, "role":[ "allgen", "clustatus_role"], "collection":null}, { "name":"trgadmin", "collection":"trg

Re: Solr8 changes how security.json restricts access to GUI

2019-12-11 Thread Jan Høydahl
Please show your complete Security.json so we know how auth is configured. Which 8.x version are you trying? There should be a login screen shown in admin UI now. Jan Høydahl > 11. des. 2019 kl. 22:40 skrev Oakley, Craig (NIH/NLM/NCBI) [C] > : > > In Solr 7, we had clauses in our security.js

Solr8 changes how security.json restricts access to GUI

2019-12-11 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
In Solr 7, we had clauses in our security.json saying { "name":"all-admin", "collection":null, "path":"/*", "role":"allgen", "index":15}, { "name":"all-core-handlers", "path":"/*", "role":"allgen", "index":16}, We