Re: Rule-Based Authorization Plugin not working as described in the documentation

2021-07-17 Thread Dominique Bejean
Hi, I think this is related to this issue https://issues.apache.org/jira/browse/SOLR-13097 Regards Dominique Le jeu. 15 juil. 2021 à 10:37, Thomas Corthals a écrit : > The docs are technically correct in consistently talking about "collection" > and not "core" in this regard. They could make

Re: Rule-Based Authorization Plugin not working as described in the documentation

2021-07-15 Thread Thomas Corthals
The docs are technically correct in consistently talking about "collection" and not "core" in this regard. They could make it a bit clearer that it doesn't apply equally to cores though. Just like you, I assumed they would be interchangeable and found out the hard way. I asked about core specific

Re: Rule-Based Authorization Plugin not working as described in the documentation

2021-07-15 Thread Sebastien VERDET
Hello, thanks for the reply, even if it makes me sad. I could not find any reference to this limitation anywhere in the documentation, and the parameter/attribute does not generate any error in this case (and the rule is just ignored without notice). Or maybe it's just in the only piece of do

Re: Rule-Based Authorization Plugin not working as described in the documentation

2021-07-13 Thread Thomas Corthals
Hello Sebastien, Unfortunately rules can only have a collection scope in SolrCloud, not a core scope in standalone Solr. Thomas Op di 13 jul. 2021 om 16:17 schreef Sebastien VERDET : > Hello everybody, > > I'm trying to deploy the "RBAP" plugin on a really basic solr 8.8.2 > installation that w