Actions
Issue #6628
closednginx config broken in Pulp in a Container
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 72
Quarter:
Description
When using Pulp in a Container [1] I experienced issues with getting 404's when attempting to create a token as well as attempting to pull an image via Podman.
[1] https://pulpproject.org/2020/03/15/pulp-fedora31-single-container/
Files
Updated by fao89 over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 72
Updated by dkliban@redhat.com over 4 years ago
This issue can be worked around by exposing the content app directly (without going through nginx).
$ mkdir settings pulp_storage pgsql containers $ echo "CONTENT_ORIGIN='$(hostname):8081' ANSIBLE_API_HOSTNAME='http://$(hostname):8080' ANSIBLE_CONTENT_HOSTNAME='http://$(hostname):8080/pulp/content' TOKEN_AUTH_DISABLED=True" >> settings/settings.py
$ podman run --detach \ --publish 8080:80 \ --publish 8081:24816 \ --name pulp \ --volume ./settings:/etc/pulp:Z \ --volume ./pulp_storage:/var/lib/pulp:Z \ --volume ./pgsql:/var/lib/pgsql:Z \ --volume ./containers:/var/lib/containers:Z \ --device /dev/fuse \ pulp/pulp-fedora31
Updated by fao89 over 4 years ago
I notice it when updating the plugins, maybe it can help: https://github.com/pulp/pulp-oci-images/pull/3/files
Updated by fao89 over 4 years ago
- Status changed from NEW to POST
- Assignee set to fao89
Updated by fao89 over 4 years ago
- Project changed from Pulp to Container Support
Added by Fabricio Aguiar over 4 years ago
Added by Fabricio Aguiar over 4 years ago
Revision 0c621782 | View on GitHub
Fixed webserver snippets
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset 0c62178270516861e81c2bff4589a23345f27d79.
Updated by ipanova@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fixed webserver snippets
https://pulp.plan.io/issues/6628 closes #6628