Description
When using SolrCloud with following simple security.json
{ "authentication": { "class": "solr.BasicAuthPlugin", "blockUnknown": true, "credentials": { "blue": "xxxx" } }, "authorization": { "class": "solr.RuleBasedAuthorizationPlugin", "permissions": [{ "name": "all", "role": "admin" }], "user-role": { "blue": "admin" } } }
After login and clicking on Cloud in Admin UI following exception shows up in the logs (see next comment)
Attachments
Issue Links
- duplicates
-
SOLR-16730 NPE in SystemInfoHandler for inter-node requests
- Closed