[
https://issues.jboss.org/browse/GTNPORTAL-1528?page=com.atlassian.jira.pl...
]
Boleslaw Dawidowicz updated GTNPORTAL-1528:
-------------------------------------------
Fix Version/s: 4.x
parameterized users/groups/memberships permissions setting for EPP
5.
---------------------------------------------------------------------
Key: GTNPORTAL-1528
URL:
https://issues.jboss.org/browse/GTNPORTAL-1528
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Gary Hu
Labels: sprint_s40
Fix For: 4.x
Original Estimate: 1 day
Remaining Estimate: 1 day
In EPP 5, there are many places that need to specify the permission settings for
different users, groups and memberships. For example, the admin group setting
*:/platform/administrators is referenced by gatein and eXo WCM in many places.
It would be a neater approach if we could use some parameterized setting so that if we
need to make a change we just need to modify one place. It's much easier for the user
to find/replace the settings.
Here is the proposal. We can define some key/value type properties and add them to the
$EPP5_HOME/server/$PROFILE/conf/gatein/configuration.properties file:
gatein.user.owner=root
gatein.group.admin=*:/platform/administrators
gatein.group.user=*:/platform/users
gatein.group.guest=*:/platform/guests
gatein.group.webcontributor=*:/platform/web-contributors
gatein.membership.author=author
gatein.membership.publisher=publisher
gatein.membership.manager=manager
gatein.membership.member=member
And the various gatein and sitepublisher files would then reference them doing something
like this: ${gatein.group.admin}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira