Bug 724462 (BRMS-407)

Summary: Add ModeShape configuration to the guvnor module
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: Kurt Stam <kurt.stam>
Component: unspecifiedAssignee: Van Halbert <vhalbert>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: high    
Version: unspecified   
Target Milestone: ---   
Target Release: 5.1.0.ER4   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/BRMS-407
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-12 20:48:49 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 724451    
Attachments:
Description Flags
jmx-console-roles.properties
none
jmx-console-users.properties
none
login-config.xml none

Description Kurt Stam 2010-10-21 03:59:39 UTC
securitylevel_name: Public

This will likely be configuration to persist to a database or file store.

Comment 1 Kurt Stam 2010-10-21 05:08:14 UTC
For now we can use the in memory settings checked into the drools-repository module.

Comment 2 Kurt Stam 2010-10-26 14:00:54 UTC
Hi Van,

1. We need to have a 'modeshape-jcr' policy in the login-config.xml. Maybe at a later time we can use the already exisiting 'modeshape' policy (BRMS-415). Or maybe the other projects can simply use the 'modeshape-jcr' policy since they are identical.

2. The policy should point to a *-users.properties and *-roles.properties file. Right now the ones for jmx-console are used. Van I think you where going to sort out what to use (on soa, the soa-users.properties) is used. 

3. The *-users.properties should contain 2 users: admin and mailman, both with pw set to 'password' (they are hardcoded right now BRMS-416)

4. The *-roles.properties needs to give the admin role to the admin and the readwrite role to the mailman user.

I will attach the files like they currently are in my setup. 

-Kurt


Comment 3 Kurt Stam 2010-10-26 14:02:33 UTC
example files which work for me.

Comment 4 Kurt Stam 2010-10-26 14:02:33 UTC
Attachment: Added: jmx-console-roles.properties
Attachment: Added: jmx-console-users.properties
Attachment: Added: login-config.xml


Comment 6 Kurt Stam 2010-11-09 22:50:48 UTC
Link: Added: This issue is related to BRMS-416


Comment 7 Kurt Stam 2010-11-09 22:50:49 UTC
With the https://jira.jboss.org/browse/MODE-1009, the policy can remain 'modeshape'. We still need the extra users/roles for admin and mailman. From a guvnor perspective the password for these users can be set in the components.xml, which should match the setting in the users.properties file.