Sha256: 0bbd718ed6589de88a61a590711a7be8b985199a25ad2f16136a4704aa8cbe8c
Contents?: true
Size: 730 Bytes
Versions: 16
Compression:
Stored size: 730 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], 'katello/api/v2/capsules' => [:index, :show] }, :resource_type => 'SmartProxy' permission :view_capsule_content, { 'smart_proxies' => [:pulp_storage, :pulp_status, :show_with_content] }, :resource_type => "SmartProxy" end
Version data entries
16 entries across 16 versions & 1 rubygems