Sha256: 342261081fa84f0c18d6077f0217bc94a7f5c2b3e0d88a5aa26fc443b7f9fb2d
Contents?: true
Size: 662 Bytes
Versions: 20
Compression:
Stored size: 662 Bytes
Contents
require 'katello/plugin.rb' Foreman::Plugin.find(:katello).security_block :capsule_content do permission :manage_capsule_content, { 'katello/api/v2/capsule_content' => [:lifecycle_environments, :available_lifecycle_environments, :add_lifecycle_environment, :remove_lifecycle_environment, :sync, :sync_status, :cancel_sync] }, :resource_type => 'SmartProxy' permission :view_capsule_content, { 'smart_proxies' => [:pulp_storage, :pulp_status, :show_with_content] }, :resource_type => "SmartProxy" end
Version data entries
20 entries across 20 versions & 1 rubygems