Bug 846104

Summary: navigation menus shown for wrong permissions
Product: Red Hat Satellite Reporter: Tom McKay <tomckay>
Component: WebUIAssignee: Tom McKay <tomckay>
Status: CLOSED WONTFIX QA Contact: Katello QA List <katello-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: mmccune
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-18 17:38:29 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:

Description Tom McKay 2012-08-06 20:16:35 UTC
Users w/o proper permissions should not be shown navigation links that lead them to "403 - Permission Denied" pages. In the set up below, the following nav elements should _not_ be shown:

Content
  -> Subscriptions


name=CommunityY

katello org create --name $name
katello environment create --org $name --name Weekly --prior Library

katello client remember --option org --value $name

katello provider create --name "$name Provider"

katello user_role create --name "$name Role"
katello permission create --user_role "$name Role" --name "$name Systems" --scope environments --verbs "register_systems,read_contents" --tag Weekly
katello permission create --user_role "$name Role" --name "$name Provider" --scope providers --verbs "read" --tag "CommunityY" --tag "$name Provider"

katello user create --username $name --password $name --email "thomasmckay" --default_organization $name --default_environment Weekly
katello user assign_role --username $name --role "$name Role"

Comment 1 Mike McCune 2014-03-18 17:38:29 UTC
This bug was closed because of a lack of activity.  If you feel this bug should be reconsidered for attention please feel free to re-open the bug with a comment stating why it should be reconsidered.