Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1447461

Summary: newest registry-console image for 3.4.1 fails at login
Product: OpenShift Container Platform Reporter: Eric Jones <erjones>
Component: Image RegistryAssignee: Peter <pvolpe>
Status: CLOSED ERRATA QA Contact: ge liu <geliu>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.4.1CC: aos-bugs, rhowe, smunilla
Target Milestone: ---   
Target Release: ---   
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: 2017-05-11 12:32:18 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 Eric Jones 2017-05-02 21:34:36 UTC
Description of problem:
Deploying the registry-console using the latest 3.4.1 image (as referenced below) does not allow users to login, instead redirecting to the login page.

Version-Release number of selected component (if applicable):
https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/openshift3/registry-console

Docker ID 96a2419f6675

How reproducible:
100%

Steps to Reproduce:
1. install 3.4.1 cluster
2. setup registry-console using the newest image
3. try to login

Actual results:
login loop

Expected results:
login to registry-console

Additional info:
Customer has indicated that the previous image version [0] allows them to login appropriately.

[0] Docker ID = a4d9e94f01cc

Comment 10 Ryan Howe 2017-05-04 21:18:44 UTC
Workaround to roll back to previous working version until fix is released.

$ oc patch dc -n default registry-console -p '[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"registry.access.redhat.com/openshift3/registry-console:3.4-6"}]' --type=json



Logs to confirm this is an issue: 
# oc logs dc/registry-console

INFO: cockpit-ws: logged in user: someuser
MESSAGE: cockpit-protocol: couldn't read from connection: Error reading data from TLS socket: A TLS fatal alert has been received.
MESSAGE: cockpit-protocol: couldn't read from connection: Error reading data from TLS socket: A TLS fatal alert has been received.


Once bug fix is released change image tag to 3.4

$ oc patch dc -n default registry-console -p '[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"registry.access.redhat.com/openshift3/registry-console:3.4"}]' --type=json

Comment 13 errata-xmlrpc 2017-05-11 12:32:18 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, 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/RHBA-2017:1226