Bug 1266120

Summary: Separate package profile upload to separate screen/async in GUI (request is made with basic auth )
Product: Red Hat Enterprise Linux 7 Reporter: Adrian Likins <alikins>
Component: subscription-managerAssignee: Kevin Howell <khowell>
Status: CLOSED CURRENTRELEASE QA Contact: John Sefler <jsefler>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: bcourt, khowell
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-19 19:48:38 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 Adrian Likins 2015-09-24 14:11:00 UTC
Description of problem:

This is related to
https://bugzilla.redhat.com/show_bug.cgi?id=1251004

registergui currently makes a consumer creation (register) and package profile upload within the same code block in the same async method/request and within the same error handling block. Result is any error from package profile upload
causes registration to fail in GUI and firstboot.

There are two issues here:

1. The package profile happens with basic auth

2. The shared error handling.

Comment 2 John Sefler 2015-09-25 17:20:54 UTC
deferring to rhel-7.3.0 due to schedule and severity

Comment 3 Kevin Howell 2016-09-19 19:48:38 UTC
Fixed in current code, attaching PR it was addressed in