Fix initial security.json rbap rules #299
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #274 and #289
Very minor change to remove the
usersrole from theallpermission, move theallpermission to the last index in the json file, and add a new rule for the/admin/zookeeper/statuspath needed for updates to the exporter in 8.9 (see #289 )Manual integration-style testing required:
Create a SolrCloud running Apache Solr 8.9.0, created a collection, and then tried to index some docs as the
solruser, which now fails with a 403 ~ Unauthorized. Indexing as theadminuser works. Thesolruser can log in to the Admin UI but can only query collections.Also verified the Prometheus exporter (also running 8.9) can now retrieve metrics when basic auth is enabled.