Bug #25823
closedUnable to retrieve gpg_keys through smart proxy
Description
puppet-foreman_proxy_content/PR 181 which is in response to #24316 has caused unintended problems.
GPG urls returned by candlepin in `/rhsm/consumers/<id>` contain "../../katello/api/repositories/<id>/gpg_key_content". When retrieving these directly from a katello server there is no problem. Trying to retrieve the URL using a smart proxy as a reverse proxy fails because of PR 181.
https://katello.example.net/katello/api/repositories/<id>/gpg_key_content = HTTP 200
https://katello-proxy.example.net/katello/api/repositories/<id>/gpg_key_content = HTTP 404
I would submit a PR but I do not what the plan is for the v1/v2 APIs going forward.
If v1/v2 should both remain supported then PR 181 should have added v2 URL support, not replaced v1. If the plan is to deprecate the v1 API then some other work has to be done. Candlepin seems to store the gpgUrl internally and any repo created pre (well I'm not sure which version exactly, but my repos were created in katello 3.4 and upgraded through to 3.9) will have to be updated from katello to candlepin. Rake task? Part of 30-upgrade.rb?
Updated by Andrew Kofink almost 6 years ago
- Related to Bug #24316: Smart proxy missing GPG key (ProxyPass missing) added
Updated by Andrew Kofink almost 6 years ago
- Target version set to Katello Backlog
- Triaged changed from No to Yes
Updated by The Foreman Bot over 5 years ago
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/8054 added
Updated by Samir Jha over 5 years ago
- Assignee deleted (
Samir Jha) - Pull request deleted (
https://github.com/Katello/katello/pull/8054)
Wrong PR linked.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Triaged changed from No to Yes
- Pull request https://github.com/Katello/katello/pull/8103 added
Updated by Jonathon Turel over 5 years ago
- Target version changed from Katello Backlog to Katello 3.10.2
- Triaged changed from Yes to No
Updated by Jonathon Turel over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|81f1a08b907fa4b2ae6e743cadb7d459b0813b42.
Updated by Jonathon Turel over 5 years ago
- Target version changed from Katello 3.10.2 to Katello 3.11.2