Actions
Feature #4925
closedCentralize provider creation. Create 1 anonymous provider per org
Description
Katello now creates 1 redhat provider and 1 anonymous provider per organization to store the redhat and custom products. This change implies that code creating custom providers from the API/CLI should be removed to avoid the confusion for a user. There by the following changes are proprosed
- Remove providers controller for v1, v2 APIs. Details now required with respect to list of products can be obtained in the products controller in any case.
- Remove the hammer provider subcommand, because that logic is already in subscriptions and providers/
Actions