Bug 1006188

Summary: Grant access permission for sub packages to role 'package.admin'
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: Toshiya Kobayashi <tkobayas>
Component: BRM (Guvnor)Assignee: manstis
Status: VERIFIED --- QA Contact: Lukáš Petrovický <lpetrovi>
Severity: medium Docs Contact:
Priority: unspecified    
Version: BRMS 5.3.1CC: jlocker, manstis, nwallace, tkobayas, tpothine
Target Milestone: GA   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1006189 1072528 (view as bug list) Environment:
Last Closed: Type: Feature Request
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: 1022758    

Description Toshiya Kobayashi 2013-09-10 07:48:00 UTC
Description of problem:

With Role based user permission, 'package.admin' user can create a sub package but cannot access to the package. So 'admin' user has to grant the permission for the sub package to the 'package.admin' every time they add a sub package.

This is a feature request to grant permission for sub packages to role 'package.admin'. Because it's more natural for user's workflow.

Steps to Reproduce:
1. Enable Role based user permission
2. Create a package 'com.sample'
3. Add user 'padmin' with role 'package.admin' for 'com.sample'
4. Login as padmin
5. Create a sub package 'com.sample.subpackage'

Actual results:

padmin cannot access 'com.sample.subpackage'

Expected results:

padmin can access 'com.sample.subpackage'