Bug 846104 - navigation menus shown for wrong permissions
Summary: navigation menus shown for wrong permissions
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: WebUI
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: Tom McKay
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-06 20:16 UTC by Tom McKay
Modified: 2014-03-18 17:38 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-18 17:38:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.