[jboss-jira] [JBoss JIRA] (WFLY-2295) Role mappings created through the CLI do not use formal role names

Harald Pehl (JIRA) jira-events at lists.jboss.org
Mon Oct 14 06:37:35 EDT 2013


Harald Pehl created WFLY-2295:
---------------------------------

             Summary: Role mappings created through the CLI do not use formal role names
                 Key: WFLY-2295
                 URL: https://issues.jboss.org/browse/WFLY-2295
             Project: WildFly
          Issue Type: Bug
          Components: Domain Management
            Reporter: Harald Pehl
            Assignee: Brian Stansberry


When creating a role mapping through the CLI using a non-formal role name like "AUDITOR", that role name is used as-is in the persistent configuration: 

{code}
cd /core-service=management/access=authorization
/role-mapping=AUDITOR:add
./role-mapping=AUDITOR/include=johndoe:add(name=johndoe,type=user)
{code}

The persistent configuration should map non-formal role names to formal role names, as other management clients (the console) rely on the formal names.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list