Issue #9671
Updated by fao89 almost 3 years ago
**Ticket moved to GitHub**: "pulp/pulpcore/2077":https://github.com/pulp/pulpcore/issues/2077 ---- Pulpcore can only initialize access policies in the database for viewsets that are registered in the pulp/api/v3/ router (https://github.com/pulp/pulpcore/blob/main/pulpcore/app/apps.py#L219). Because of this, there is no easy way to initialize access policies in the database for apps that implement APIs outside of pulp/api/v3/ such as galaxy_ng, pulp_ansible and pulp_container.