Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2150311 - Hammer simplified ACS creation shouldn't allow user to enter product names
Summary: Hammer simplified ACS creation shouldn't allow user to enter product names
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Repositories
Version: 6.13.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.13.0
Assignee: Chris Roberts
QA Contact: Vladimír Sedmík
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-12-02 13:36 UTC by Ian Ballou
Modified: 2023-05-03 13:23 UTC (History)
3 users (show)

Fixed In Version: rubygem-hammer_cli_katello-1.7.2
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-03 13:23:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 35815 0 Normal New Hammer simplified ACS creation shouldn't allow user to enter product names 2022-12-02 13:36:56 UTC
Github Katello hammer-cli-katello pull 874 0 None open Fixes #35815 - Restrict simplified ACS to product id 2023-01-05 16:47:17 UTC
Red Hat Issue Tracker SAT-14217 0 None None None 2022-12-05 14:29:24 UTC
Red Hat Product Errata RHSA-2023:2097 0 None None None 2023-05-03 13:23:34 UTC

Description Ian Ballou 2022-12-02 13:36:55 UTC
Product names are not unique across products, so an organization is required. However, ACSs are not scoped by organization since they are global. So, products should only be entered by ID.

Here is how it looks today:

 --product[s|-ids] LIST               Names/ids of products to copy repository information from into a Simplified
                                      Alternate Content Source. Products must include at least one repository of the
                                      chosen content type.

It should just be --product-ids

Comment 1 Ian Ballou 2022-12-02 13:36:58 UTC
Created from redmine issue https://projects.theforeman.org/issues/35815

Comment 2 Ian Ballou 2022-12-02 13:36:59 UTC
Upstream bug assigned to None

Comment 4 Bryan Kearney 2023-01-10 20:03:09 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/35815 has been resolved.

Comment 6 Vladimír Sedmík 2023-02-10 11:20:33 UTC
Verified in 6.13.0 snap 10 (rubygem-hammer_cli_katello-1.7.2-1.el8sat.noarch):

[root@sat ~]# hammer alternate-content-source create --help
Usage:
    hammer alternate-content-source create [OPTIONS]

Options:
 --alternate-content-source-type ENUM The Alternate Content Source type
                                      Possible value(s): 'custom', 'simplified', 'rhui'
 --base-url VALUE                     Base URL for finding alternate content
 --content-type ENUM                  The content type for the Alternate Content Source
                                      Possible value(s): 'file', 'yum'
 --description VALUE                  Description for the alternate content source
 --name VALUE                         Name of the alternate content source
 --product-ids LIST                   Ids of products to copy repository information from into a Simplified Alternate
                                      Content Source. Products must include at least one repository of the chosen
                                      content type.
 ...

[root@sat ~]# hammer alternate-content-source create --alternate-content-source-type simplified --name TestSACS --smart-proxy-ids 1 --products ZOO
Could not create the Alternate Content Source.:
  Error: Unrecognised option '--products'.
  
  See: 'hammer alternate-content-source create --help'.

[root@sat ~]# hammer alternate-content-source create --alternate-content-source-type simplified --name TestSACS --smart-proxy-ids 1 --product-ids 3
Alternate Content Source created.

Comment 9 errata-xmlrpc 2023-05-03 13:23:27 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: Satellite 6.13 Release), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2023:2097


Note You need to log in before you can comment on or make changes to this bug.