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
Actions