Thanks! The null role value did the trick. I tried this with the predefined permissions and it worked as well. Thanks again!
On Tue, Jun 6, 2017 at 2:08 PM, Oakley, Craig (NIH/NLM/NCBI) [C] < craig.oak...@nih.gov> wrote: > We usually end security.json with the permissions > > { > "name":"open_select", > "path":"/select/*", > "role":null}, > { > "name":"all-admin", > "collection":null, > "path":"/*", > "role":"allgen"}, > { > "name":"all-core-handlers", > "path":"/*", > "role":"allgen"}] > } } > > > ...and then assign the "allgen" role to all users > > This allows a select without a login & password, but requires a login & > password for anything else (including the front page of the GUI) > > -----Original Message----- > From: Solr User [mailto:solr...@gmail.com] > Sent: Tuesday, June 06, 2017 2:27 PM > To: solr-user@lucene.apache.org > Subject: Anonymous Read? > > Is it possible to setup Solr security to allow anonymous query (/select > etc.) but restricted access to other permissions as described in > https://lucidworks.com/2015/08/17/securing-solr-basic- > auth-permission-rules/ > ? >