[ 
https://issues.apache.org/jira/browse/SOLR-16658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17689145#comment-17689145
 ] 

ASF subversion and git services commented on SOLR-16658:
--------------------------------------------------------

Commit 62efc319c50ada82d512805abae5a05fbff5c11d in solr's branch 
refs/heads/main from Jan Høydahl
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=62efc319c50 ]

SOLR-16658 List of permissions returned to Admin UI is not complete (#1359)



> List of permissions returned to Admin UI is not complete
> --------------------------------------------------------
>
>                 Key: SOLR-16658
>                 URL: https://issues.apache.org/jira/browse/SOLR-16658
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI, security
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The Admin UI fetches user's list of roles and permissions from the 
> {{/admin/info/system}} API, and use it to enable/disable various parts of the 
> UI.
> The lists are assembed by {{SystemInfoHandler}}, and work well for 
> permissions assigned to one or more roles. However, Solr's security system 
> also has two special type of roles that can be assigned to permissions:
> * {{null}} role: Means that no authentication is needed at all (if 
> blockUnknown=false)
> * {{\*}} role: Wildcard role meaning a user with any role, i.e. any 
> authenticated user, will have the permission
> This is handled correctly by the backend, but the list of permissions 
> returned by {{/admin/info/system}} lacks these permissions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to