pulp / pulp_python

A Pulp plugin to support Python packages
GNU General Public License v2.0
35 stars 74 forks source link

Add domain support #668

Closed gerrod3 closed 1 month ago

gerrod3 commented 2 months ago

Add domain support to pulp_python. [0] Since pulp_python uses extra urls for the PyPI APIs there will need to be a new url structure when domains is enabled, e.g. /pypi/{pulp_domain}/{distro_base_path}/. This work should be done in junction with adding RBAC support #399.

[0] https://docs.pulpproject.org/pulpcore/plugin_dev/plugin-writer/concepts/domains/domains_compatibility.html