Sha256: e05d9377e6a8e5a44e018f566f8f87af00dc6a48bc96a4b4fdf2d66dcff727d6
Contents?: true
Size: 774 Bytes
Versions: 7
Compression:
Stored size: 774 Bytes
Contents
require 'katello/plugin.rb' Foreman::AccessControl.permission(:view_organizations).actions.concat [ 'katello/api/v2/organizations/index', 'katello/api/v2/organizations/show', 'katello/api/v2/organizations/redhat_provider', 'katello/api/v2/organizations/download_debug_certificate', 'katello/api/v2/organizations/releases', 'katello/api/v2/tasks/index', ] Foreman::AccessControl.permission(:create_organizations).actions.concat [ 'katello/api/v2/organizations/create', ] Foreman::AccessControl.permission(:edit_organizations).actions.concat [ 'katello/api/v2/organizations/update', 'katello/api/v2/organizations/cdn_configuration', ] Foreman::AccessControl.permission(:destroy_organizations).actions.concat [ 'katello/api/v2/organizations/destroy', ]
Version data entries
7 entries across 7 versions & 1 rubygems