Feature #8174
Client hosts should be able to retrieve GPG Keys through the Capsule.
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman Proxy Content
Target version:
Description
Use rhsm.conf variable, if possible?
sub-man requests GPG keys from API in Katello
need to ensure that sub-man requests from the capsule or we rewrite the URL to be file:///
Related issues
Associated revisions
History
#1
Updated by Eric Helms over 8 years ago
- Blocks Tracker #8172: Isolate Client Communication through a Capsule added
#2
Updated by Stephen Benjamin about 8 years ago
- Assignee set to Justin Sherrill
#3
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Target version set to 63
- Pull request https://github.com/Katello/katello/pull/4948 added
- Pull request deleted (
)
#4
Updated by Justin Sherrill about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|6993fb68744f3ca17033578b7394a7fbd0d9c9a7.
#5
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) set to 23
fixes #8174 - specify capsule-supported gpg key url
if the gpg key url on content is just a path, sub-man will attempt to
append the baseurl from rhsm.conf. This is https://hostname/pulp/repos
so by specifying a gpg key url of ../../katello/api/repositories/:id/gpg_key
subman will join the two to create a gpg key url of https://hostname/katello/api/repositories/:id/gpg_key