Re: Rule-Based Auth - update not working

2020-05-17 Thread Jason Gerlowski
One slight correction: I missed that you actually do have a path/collection-specific permission in your list there. So Solr will check the permissions in descending list-order for most requests - the exception being /luke requests when the /luke permission filters to the top and is checked first.

Re: Rule-Based Auth - update not working

2020-05-17 Thread Jason Gerlowski
Hi Isabelle, Two things to keep in mind with Solr's Rule-Based Authorization. 1. Each request is controlled by the first permission to that matches the request. 2. With the permissions you have present, Solr will check them in descending list order. (This isn't always true - collection-specific

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