Feature #4878
closedNeed to proxy calls to guestids and content_overrides directly to candlepin
Description
Ensure that the appropriate API routes are proxied through to candlepin to support:
- content overrides (Subscription Manager)
- guest id support (as well as appending additional data when guests are reported -- such as Hypervisor Type).
These routes include:
Content Overrides
- GET /api/content_overrides
- GET /api/consumers/:id/content_overrides
- PUT /api/consumers/:id/content_overrides
- DELETE /api/consumers/:id/content_overrides
Guest ID Support
- GET /api/guestids (fake root route)
- GET /api/consumers/:id/guestids
- GET /api/consumers/:id/guestids/:guest_id
- PUT /api/consumers/:id/guestids
- PUT /api/consumers/:id/guestids/:guest_id
- DELETE /api/consumers/:id/guestids/:guest_id
Updated by Michael Stead over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset katello|commit:29f27a117d1e8ea4414b3521effc13d7271eaf4c.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13