[
https://issues.apache.org/jira/browse/SOLR-16729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707384#comment-17707384
]
Tomas Eduardo Fernandez Lobbe commented on SOLR-16729:
------------------------------------------------------
I didn't see this Jira issue and created SOLR-16730. PTAL at
https://github.com/apache/solr/pull/1511
> NP because roles is null
> ------------------------
>
> Key: SOLR-16729
> URL: https://issues.apache.org/jira/browse/SOLR-16729
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Server, SolrCloud
> Affects Versions: 9.2
> Reporter: Thomas Wöckinger
> Assignee: Jan Høydahl
> Priority: Major
>
> When using SolrCloud with following simple security.json
>
> {code:java}
> {
> "authentication": {
> "class": "solr.BasicAuthPlugin",
> "blockUnknown": true,
> "credentials": {
> "blue": "xxxx"
> }
> },
> "authorization": {
> "class": "solr.RuleBasedAuthorizationPlugin",
> "permissions": [{
> "name": "all",
> "role": "admin"
> }],
> "user-role": {
> "blue": "admin"
> }
> }
> }
> {code}
>
> After login and clicking on *Cloud* in Admin UI following exception shows up
> in the logs (see next comment)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]