| Summary: | Cannot complete tasks which requires 'stage' role in DTGov | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Stefan Bunciak <sbunciak> |
| Component: | DT Governance | Assignee: | Eric Wittmann <eric.wittmann> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Sedlacek <jsedlace> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | atangrin, kconner, oskutka, soa-p-jira |
| Target Milestone: | ER3 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Stefan Bunciak
2013-08-28 09:25:20 UTC
Eric Wittmann <eric.wittmann> updated the status of jira SRAMP-236 to Resolved Eric Wittmann <eric.wittmann> updated the status of jira SRAMP-236 to Closed The overlord-idp-roles.properties JAAS configuration file used by the Overlord IDP was missing a critical ModeShape role. This role was needed so that users could actually perform s-ramp operations. Without this, parts of DTGov would fail. The role is: admin.sramp I have added this role to all users in the IDP's jaas config file here: https://github.com/Governance/overlord-commons/blob/master/overlord-commons-idp/src/main/resources/overlord-idp-roles.properties The patch probably hasn't maded to ER2 build. I've installed FSW + DTGov 6.0.0.ER2 via instaler and the standalone/configuration/overlord-idp-roles.properties file still contains wrong roles configuration: admin=overlorduser,overlordadmin eric=overlorduser,admin.sramp,dev,qa gary=overlorduser,admin.sramp,dev,qa kevin=overlorduser,admin.sramp,dev,qa kurt=overlorduser,admin.sramp,dev,qa greg=overlorduser,qa david=overlorduser,qa scott=overlorduser,stage phil=overlorduser,prod Note that the fix in community is in the overlord-commons (overlord-commons-idp) project. I have confirmed that I *did* merge that change into the product branch in github. So Stefan is probably right - the change didn't make it into ER2... Verified in FSW 6.0.0.ER3. By default only 1 user is active (admin), others are disabled but roles are properly configured. |