Description
There should be a well-known permission called all which can include all paths served by Solr
This also means that we add support for the wildcard * for collections
The permission for supporting all is
{"name":"all", "collection":[null,"*"], "path":"/*"}