Project

General

Profile

Feature #36284

Updated by Jeremy Lenz over 1 year ago

See https://community.theforeman.org/t/rfc-making-things-easier-when-working-with-custom-products-simple-content-access-sca/31334/54?u=jeremylenz 

 When adding content overrides via hammer or API, you must specify a custom content label. This label isn't available anywhere in the UI. 

 We should either (a) expose the custom_content_label for each repository so you could grab it from hammer or the API; or (b) just make the /hosts/:host_id/subscriptions/content_override and /hosts/bulk/content_overrides endpoints accept repository names. Option b would be a bit more complex, though, because you’d also have to also specify an organization and product. 

Back