Description
When I enable security using:
bin/solr auth enable -type basicAuth -prompt true -z localhost:2181 -blockUnknown true
Then the security UI reports warnings:
config-read is not protected! In general, if you protect config-edit, you should also protect config-read collection-admin-read is not protected! In general, if you protect collection-admin-edit, you should also protect collection-admin-read core-admin-read is not protected! In general, if you protect core-admin-edit, you should also protect core-admin-read The 'all' permission is not configured! In general, you should assign the 'all' permission to an admin role and list it as the last permission in your config.
Out of the box, the default permissions should not generate warnings.