Feature #27199
[pulp3-proxy] CRUD for repositories for proxy
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
- Specify http proxy or gobal default for each repository at creation
- Specify http proxy or global default for each repository at update
- On update to an http proxy, update all associated repositories/remotes
- On update to the global default setting, update all associated repositories/remotes
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8192 added
#2
Updated by Justin Sherrill almost 3 years ago
- Blocked by Tracker #27214: http proxy conversion added
#3
Updated by Justin Sherrill almost 3 years ago
- Blocked by deleted (Tracker #27214: http proxy conversion)
#4
Updated by Justin Sherrill almost 3 years ago
- Blocks Tracker #27214: http proxy conversion added
#5
Updated by Chris Roberts almost 3 years ago
- Triaged changed from No to Yes
- Target version set to Katello Backlog
#6
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/Katello/katello/pull/8218 added
#7
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases Katello 3.14.0 added
#8
Updated by James Jeffers almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|579d6b4e767b1b87d57737bfe934a77b9170ef32.
#9
Updated by Sean O'Keeffe over 2 years ago
- Bugzilla link set to 1568046
Fixes #27199 - adds http proxy and policy fields (#8192)
This PR adds http proxy policy and http proxy fields so that a user can associate a proxy policy (none, use the global, or use a specific HTTP proxy). Be default a newly created repository will use the global default HTTP proxy.
This also introduces additional form elements to the UI on repository creation and on the info-details form in place editing of the proxy values.