diff --git a/lib/katello/permission_creator.rb b/lib/katello/permission_creator.rb index cc1a2c3cd61..0450369169d 100644 --- a/lib/katello/permission_creator.rb +++ b/lib/katello/permission_creator.rb @@ -62,7 +62,8 @@ def capsule_content_permissions @plugin.permission :view_capsule_content, { 'katello/api/v2/capsule_content' => [:counts, :lifecycle_environments, :available_lifecycle_environments, :sync_status], - 'smart_proxies' => [:pulp_storage, :pulp_status, :show_with_content] + 'smart_proxies' => [:pulp_storage, :pulp_status, :show_with_content], + 'katello/api/v2/capsules' => [:index, :show] }, :resource_type => "SmartProxy" end