Bug #23111
closedAdd API to update upstream_entitlement quantities
Description
Interfacing with the Portal should not require the user to provide username/password. Instead, the certificate from the manifest may be used.
Interfacing with the Portal should work with or without a proxy located between it and the Satellite server.
The ability to modify subscription quantities is controlled by the 'manage subscription allocations' permission.
The user may modify multiple entitlements with a single request.
The user may set the counts to any value within the supported range for a given entitlement (1 to maximum).
If the user attempts to provide a value outside of the supported range, no change is made and an error is returned.
API : Given a pool id, katello organization and quantity, user may modify subscription from the allocation.
API : An appropriate error should be returned to the user in scenarios such as, invalid pool id, katello organization, manifest not imported, permissions denied...etc
The number of subscriptions are updated on both the Portal and Katello.
At this time, this will be accomplished by a task that updates the Portal and upon success initiates a 'refresh manifest' on Satellite.
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7283 added
Updated by Anonymous over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|e6058817a69510c3711e265418c89dd7adb682ce.