Re: Solr RuleBasedAuthorizationPlugin question

2019-05-08 Thread Jérémy
quot;: "core-admin-edit", > "role": "admin" > }, > { >"name": "read", >"role": "readonly" > }, > { > "path": "*", > "role"

Re: Solr RuleBasedAuthorizationPlugin question

2019-05-07 Thread Jérémy
s what people expect. The way > that RBAP works, you almost always will want to have the last rule in > your security.json be a "catch-all" rule of some sort. You can do > this by appending a rule entry with the wildcard path "*". In the > latest Solr releases, you can also use t

Solr RuleBasedAuthorizationPlugin question

2019-05-03 Thread Jérémy
Hi, I hope that this question wasn't answered already, but I couldn't find what I was looking for in the archives. I'm having a hard time to use solr with the BasicAuth and RoleBasedAuthorization plugins. The auth part works well but I have issues with the RoleBasedAuthorization part. I'd like to