As we work to better support deployments that are accessible from multiple hostnames, we have determined that it is best to use Django’s built in utilities for forming redirects. This has implications for both plugin writers and users.
Users will no longer be able to deploy pulpcore-api
and pulpcore-content
on different hostnames and/or ports.
Plugin writers will need to update their code to no longer rely on the value of CONTENT_ORIGIN
to form redirects from pulpcore-api
to pulpcore-content
.
If you have any concerns about these changes, please comment on this thread.