Bug 175156

Summary: Issue http 302 redirect request for ISO downloads
Product: [Retired] Red Hat Network Reporter: Jason Connor <jconnor>
Component: RHN/Web SiteAssignee: Pradeep Kilambi <pkilambi>
Status: CLOSED WONTFIX QA Contact: Brandon Perkins <bperkins>
Severity: medium Docs Contact:
Priority: medium    
Version: rhn400CC: acarter, mmccune, rhn-bugs, tsanders
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-15 15:45:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jason Connor 2005-12-06 23:27:41 UTC
I believe that this was implemented already somewhere in the Perl stack. I'd
like to just port/reuse/reactivate this code if necessary.

Comment 1 Pradeep Kilambi 2006-04-12 15:37:34 UTC
This support has been added in the perl code base. This modified such that
RHN::Downloads which had specific code to local(hosted) is now replaced with
RHN::TokenGen::Local.

rhn-tokengen rpm has the akamai specific tokengen.Which needs to be installed.

RHN::TokenGen::Generator acts as a switch whether to choose a Akamai
tokenGen(Akamai.pm) or local(phx/tampa)(Local.pm) based on the location name.

Basically:
- The link for an iso in web ui will be pointing to akamai or local based on the
location. 

- When the client clicks for the iso (in the browser) and if the iso is
available with akamai we download it.

- else akamai will point to akamai_iso.pxt which basically redirect to hosted
(tampa/pxx) which ever datacenter we use to download the iso.

- akamai sends back the redirect url with some specific info such as path and
location.

- the authentication of the path is done using a cleanser basically checking for
user auth.



Comment 2 Beth Nackashi 2006-04-22 20:18:01 UTC
bperkins will be the QA contact for ISO/package redirect when (if?) it is
implemented

Comment 3 Amanda Carter 2008-10-15 15:45:31 UTC
This bug has been closed due to inactivity.  Please open a new bug with specific details if this problem is still occurring or if an enhancement is needed.