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

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

Larry McCay created KNOX-529:
--------------------------------

             Summary: 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.7.0, 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)