Task #3866
closedDocument how to serve http vs https content
100%
Description
Document how users can serve content over both http and https using Pulp and a webserver. This involves having two prefixes (e.g. /http/.../
and /https/.../
) for distribution base paths. Then the user sets up the webserver (nginx or apache or whatever) to server the content over http or https based on this prefix.
Related issues
Updated by daviddavis over 6 years ago
- Tracker changed from Issue to Task
- % Done set to 0
Updated by daviddavis over 6 years ago
I think the last thing we decided on was to have two prefixes (e.g. /http/.../
and /https/.../
) for distribution base paths. Then setting up the webserver (nginx or apache or whatever) to server the content over http or https based on this prefix. This is supported now and would just require some documentation.
I'm wondering if this is still the route we want to go?
Updated by bmbouter over 6 years ago
@daviddavis I think something like that is the only technical route I know of because Pulp can't be sure that http connections aren't actually being served via https instead. A path convention like this allows coordination between the sysadmin installing Pulp and the user using Pulp. +1 to documenting the convention as you've described it.
It's effectively a documentation-only feature since Pulp provides no special handling in this area. I like that because it allows environments which don't need both types (all https for example) to not have to think about it.
Updated by daviddavis over 6 years ago
- Subject changed from Document or provide a mechanism for serving http vs https content to Document how to serve http vs https content
- Description updated (diff)
- Tags Documentation added
- Tags deleted (
Katello-P1)
Updated by bmbouter over 6 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Thanks @daviddavis. Yes, this looks right to me.
Updated by dkliban@redhat.com over 6 years ago
- Sprint set to Sprint 41
- Tags Easy Fix, Katello-P1 added
Updated by daviddavis over 6 years ago
- Has duplicate Story #3662: Add docs on how to support enabling http vs https for certain publications added
Updated by daviddavis about 6 years ago
- Status changed from NEW to POST
- Assignee set to daviddavis
Added by daviddavis about 6 years ago
Added by daviddavis about 6 years ago
Revision d7a289a3 | View on GitHub
Documenting how to serve http and https content
Updated by daviddavis about 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|d7a289a3914cbb1abaf038422a39e3efbe6d9094.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P1)
Documenting how to serve http and https content
fixes #3866 https://pulp.plan.io/issues/3866