You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/15 02:15:58 UTC

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

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

ASF subversion and git services commented on KNOX-529:
------------------------------------------------------

Commit 48fba646f34fd0025089351ee41e5ee138ecd8fb in knox's branch refs/heads/master from [~lmccay]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=48fba64 ]

KNOX-529 - Fix wildcard based principal group mapping

> 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, 0.7.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)