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

Bug 1541335

Summary: [ASB] ASB can not be accessed with basic auth
Product: OpenShift Container Platform Reporter: Zihan Tang <zitang>
Component: Service BrokerAssignee: Jesus M. Rodriguez <jesusr>
Status: CLOSED CURRENTRELEASE QA Contact: Zihan Tang <zitang>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.9.0CC: aos-bugs, chezhang, jesusr, jmatthew, smunilla
Target Milestone: ---   
Target Release: 3.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Error in parsing the authentication configuration which did not detect we were using basic auth. Consequence: Enabling basic authentication in the broker's configmap would not enable basic authentication, causing the broker to revert to the default of bearer token authentication. At no time was the broker at risk because this bug simply caused the broker to default to a more secure mode of authentication. Fix: Fix the authentication configuration parser to recognize the basic authentication settings. Result: With this fix, enabling basic authentication in the configmap will now allow the broker to use this form of authentication.
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-18 17:35:58 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:

Comment 1 Jesus M. Rodriguez 2018-02-05 21:36:18 UTC
Fixed in release-1.1 (3.9 target) and master branches

https://github.com/openshift/ansible-service-broker/pull/729
https://github.com/openshift/ansible-service-broker/pull/728

Comment 2 Zihan Tang 2018-02-11 03:15:16 UTC
The image is ready for test, change status to ON_QA.