Project

General

Profile

Actions

Refactor #5959

closed

Lifecycle Environment's content_readable perms need to be removed

Added by Partha Aji almost 11 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Branch:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

There is no way to set a "content_readable" permission in the UI,
but there is code like https://github.com/Katello/katello/blob/master/app/controllers/katello/content_search_controller.rb#L192

""
repo = Repository.libraries_content_readable(current_organization).where(:id => params[:repo_id]).first
""
being used in content search. We need to verify that content search actually works without admin perms and remove references to this.

Actions

Also available in: Atom PDF