Task #5244
Make links returned by pulp_ansible endpoints configurable
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
URLs to related resources and pagination links currently are automatically generated from Django views and url configs.
These links include `/pulp_ansible` prefix, that when proxied by galaxy should not be included in order to return valid Galaxy URLs.
Associated revisions
History
#1
Updated by bmbouter over 1 year ago
- Status changed from NEW to ASSIGNED
#2
Updated by bmbouter over 1 year ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_ansible/pull/173
#3
Updated by bmbouter over 1 year ago
Can someone give an example of the production URL you want reverse to resolve to for example the 'collection-list' view here
#4
Updated by bmbouter over 1 year ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|6163ed254bbd9add4b409c18d38d7f2e5eba7e77.
Please register to edit this issue
Make Galaxy API Location Configurable
The
GALAXY_API_ROOT
setting is introduced along with documentation on all existing settings.https://pulp.plan.io/issues/5244 closes #5244