Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 2167793

Summary: Alternate Content Source do not verify upstream url while refreshing.
Product: Red Hat Satellite Reporter: Akshay Kapse <akapse>
Component: Alternate Content SourcesAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED NOTABUG QA Contact: David Moore <damoore>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.13.0CC: damoore, sajha
Target Milestone: 6.13.0Keywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-02-16 17:03:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Akshay Kapse 2023-02-07 14:52:15 UTC
Description of problem:
Alternet Content Source do not verify the upstream url and it successsfully completes refresh task without any error or relative message. 


Version-Release number of selected component (if applicable):
Satellite 6.13 

How reproducible:
Always

Steps to Reproduce:
1. Install a Satellite 6.13.
2. Create test Alternate Content Source.
Example: 
~~~
URL:        http:test
Subpaths:   test/repo1/,test/repo2/
~~~
3. It gets successfully refreshed without checking whether repositories present or not.

Actual results:
- It gets successfully refreshed without checking whether url is valid or not and repositories/subpaths do exists.
- Dynflow output:
~~~
---
response:
  pulp_href: "/pulp/api/v3/acs/rpm/rpm/972b6753-6fcb-4083-bd57-a939b1797732/"
  pulp_created: !ruby/object:DateTime 2023-02-07 14:41:19.726859000 Z
  name: test-https://<capsule-hostname>:9090-9469
  paths:
  - test/repo1/
  - test/repo2/
  remote: "/pulp/api/v3/remotes/rpm/rpm/fe946446-a47f-46f8-b8c3-886eee483e5c/"
~~~


Expected results:
- Should show some error while refreshing or display some warning message like "404-Not found".

Additional info: