Project

Profile

Help

Story #7337

Updated by pulpbot about 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1924":https://github.com/pulp/pulpcore/issues/1924 




 ---- 


 By default no users will be able to run orphan cleanup. This is reasonable because systems opt-in to RBAC by using non-admin users, so installs with 'admin' users will bypass this default policy. 

 One new permissions will be created. This will not be associated with any specific model, either a user has it or they don't. 

 * ("execute_orphan_cleanup", "Can execute orphan cleanup"), 

 The orphan cleanup view will require this permission to execute. 
 This view will *not* provide any queryset filtering as there are no orphan_cleanup views. 

Back