You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2015/04/29 18:13:06 UTC

[jira] [Updated] (KNOX-529) Wildcard Group Principal Mapping Not Working

     [ https://issues.apache.org/jira/browse/KNOX-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Minder updated KNOX-529:
------------------------------
    Fix Version/s:     (was: 0.7.0)

> Wildcard Group Principal Mapping Not Working
> --------------------------------------------
>
>                 Key: KNOX-529
>                 URL: https://issues.apache.org/jira/browse/KNOX-529
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>            Reporter: Larry McCay
>            Assignee: Larry McCay
>             Fix For: 0.6.0
>
>
> The following identity assertion configuration does not result in a GroupPrincipal being added to the Subject:
> {code}
>         <provider>
>             <role>identity-assertion</role>
>             <name>Default</name>
>             <enabled>true</enabled>
>             <param>
>                 <name>group.principal.mapping</name>
>                 <value>*=users</value>
>             </param>
>         </provider>
> {code}
> Fix issue and provide unit test coverage for wildcards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)