Project

Profile

Help

Task #8161

Updated by ttereshc about 3 years ago

In order to add RBAC to RepositoryVersion viewset in plugins, there needs to be a way to check permissions of a corresponding repository.   
 
 Because repository versions are so tightly coupled with repositories, there is no need to create a separate set of permissions for versions.   
 
 Each plugin will need to check those, so it makes sense to add it to the global access conditions.

Back