Actions
Bug #28813
closedcan't fetch yum contents over https after deploying pulp3
Description
both pulp3 and pulp2 want to 'own' /pulp/content/ in their current apache configurations. In pulp2 /pulp/content was never used directly but the existing type specific paths (/pulp/iso, /pulp/repos) redirect to /pulp/content for pulp2.
Due to ordering issues, fetching pulp2 yum content via http:// works, but for https:// it tries to redirect to the pulpcore-content app instead of directing to pulp2.
my suggestion is to change /pulp/content within pulp2 to something else like /pulp2/content/. Since it is not user facing, we can change it to whatever we want.
Updated by Justin Sherrill almost 5 years ago
- Blocks Tracker #28736: Use Pulp 3 for File and Container content in Katello added
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/theforeman/puppet-pulp/pull/388 added
Updated by Justin Sherrill almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulp|f848c41805cefe05e141255f555d2629dd692a47.
Actions