-
Task
-
Resolution: Done
-
Normal
-
None
Problem Description:
In CRC we use custom logic for accessing the content app via the download url https://github.com/ansible/galaxy_ng/blob/master/galaxy_ng/app/api/v3/viewsets/collection.py/#L182-L183
Now that we are syncing namespaces and logos, on standalone syncing from insights mode, the insights mode api cannot reach the content app for this particular type of content, and standalone cannot sync down logos.
Proposed Solution:
- Update CRC to expose the content app at a url
- Update settings to point at the new content app path - TBD on what we want the PULP_CONTENT_PATH_PREFIX to be
We can keep the custom logic for now, and attempt to remove it at a later time
- relates to
-
AAH-2204 Recursive redirects on download endpoint
-
- Closed
-
- mentioned on
The content path is now set via PULP_CONTENT_PATH_PREFIX and exposed via nginx.
The custom logic for CRC can now be removed.