Bug #20483
closedSome core permissions are missing from Manager and Organization admin roles
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1477598
Description of problem:
In clean installation, Manager and Organization admin roles do not contain all permissions, e.g.
it contains on view_compute_profiles but not edit/destroy/create permission for this resource
The cause is that hardcoded list in db/seeds.d/02-roles_list.rb is not complete.
Version-Release number of selected component (if applicable):
Satellite 6.3 snap 9 / Foreman nightly (1.16-develop)
How reproducible:
100%
Steps to Reproduce:
1. install Satellite / Foreman
2. navigate to Manager role, see filters
3. try to find edit_compute_profiles
Actual results:
no such permission can be found
Expected results:
every permission should be included in Manager role, Organization admin should contain similar set just without organization management
Additional info: