Actions
Bug #11470
closedCannot view content host errata with view_content_host permission
Status:
Closed
Priority:
High
Assignee:
Category:
Roles and Permissions
Target version:
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Currently there is no permission that will give you access to view content host errata, you must be an administrator.
[walden@wraines-sandbox katello ((7e2c153...))]$ grep -r "katello/api/v2/system_errata" .
./lib/katello/permissions/content_host_permissions.rb: 'katello/api/v2/system_errata' => [:show],
./lib/katello/permissions/content_host_permissions.rb: 'katello/api/v2/system_errata' => [:apply],
We need to add a permission for system errata index.
Steps to Reproduce¶
- Create a non-admin user
- Give them the view content hosts permission
- Login as that user
- Go to the content host page
- Note that you cannot view errara
Updated by The Foreman Bot over 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5438 added
- Pull request deleted (
)
Updated by Walden Raines over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|b8caed331164398340f5e8974aea39b7930efedd.
Updated by Stephen Benjamin over 9 years ago
- Translation missing: en.field_release set to 77
Actions