Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
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.