Bug 1089243

Summary: Invalid role-mapping type in CLI script
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Hynek Mlnarik <hmlnarik>
Component: DocumentationAssignee: Russell Dickenson <rdickens>
Status: CLOSED CURRENTRELEASE QA Contact: Hynek Mlnarik <hmlnarik>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: pslavice, rdickens, smumford, zroubali
Target Milestone: post-GAKeywords: Documentation, EasyFix
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 22508, Administration and Configuration Guide-6.3-1 Build Date: 11-04-2014 10:15:39 Topic ID: 23744-592525 [Latest]
Last Closed: 2014-11-23 23:16:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1013506    

Description Hynek Mlnarik 2014-04-18 10:45:27 UTC
Title: Configure Group Role Assignment with jboss-cli.sh

Describe the issue:
Procedure 10.26 refers to type USER, should be GROUP

Suggestions for improvement:

Replace:

 ./role-mapping=AUDITOR/exclude=group-supervisors:add(name=supervisors, type=USER)

with:

 ./role-mapping=AUDITOR/exclude=group-supervisors:add(name=supervisors, type=GROUP)

Comment 1 Zbyněk Roubalík 2014-05-02 12:45:11 UTC
Same issue in Security Guide: 
Procedure 11.19. Add a group as excluded in a role

Comment 2 Russell Dickenson 2014-08-07 03:47:03 UTC
Docs Notes
==========

Configure Group Role Assignment with jboss-cli.sh [23744, revision 691218]

I corrected "USER" to "GROUP" as per this ticket's description. This topic is shared by the A&C Guide and Security Guide, so the amended text will appear in both guides when they are next built.

QE Notes
========
I corrected "USER" to "GROUP" as per this ticket's description. This text is shared by the A&C Guide and Security Guide, so the amended text will appear in both guides when they are next built. When the amended builds are available on the docs-devel site I will move this ticket to ON_QA.

Comment 3 Russell Dickenson 2014-08-20 00:58:30 UTC
The amended text (as per comment 2) is available for verification as follows:

Administration and Configuration Guide (revision 6.3.0-42 or higher) - Procedure 11.9.9.6. Configure Group Role Assignment with jboss-cli.sh [1]

Security Guide (revision 6.3.0-44 or higher) - Procedure 6.19. Add a group as excluded in a role [2]


[1] http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Administration_and_Configuration_Guide/index.html#sect-Managing_Roles
[2] http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Security_Guide/index.html#Configure_Group_Role_Assignment_with_jboss-cli.sh

Comment 4 Hynek Mlnarik 2014-09-22 09:33:07 UTC
Verified in:
* A&C Guide Revision 6.3.0-45
* Security Guide Revision 6.3.0-45