Bug #10683
Permission to view oVirt compute resource VMs is incorrect
Description
There's no "show_compute_resources_vms" permission seeded in Foreman, which is used when browsing a compute resource and trying to view details about an individual VM. This prevents a user from navigating to the VM's console, unless it happens to be associated to a host.
view_compute_resources_vms is mapped to allow access to both the index and show pages for individual VMs when browsing via the CR, but the links on the index aren't present (internally Foreman's looking for that "show" permission).
Related issues
Associated revisions
History
#1
Updated by Daniel Lobato Garcia over 4 years ago
- Copied from Bug #6331: Permission to view individual compute resource VMs is incorrect added
#2
Updated by Daniel Lobato Garcia over 4 years ago
- Status changed from Closed to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2422 added
- Pull request deleted (
)
#3
Updated by Dominic Cleal over 4 years ago
- Legacy Backlogs Release (now unused) set to 35
#4
Updated by Raul Laansoo over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5daf26adf7b3ff68ab6c8c1ccc2c9f057e348203.
Fixes #10683 - Permission to view individual compute resource VMs is incorrect