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.
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
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