Bug 1498992

Summary: Ansible Service Broker template should default ENABLE_BASIC_AUTH to false
Product: OpenShift Container Platform Reporter: David Zager <dzager>
Component: Service BrokerAssignee: David Zager <dzager>
Status: CLOSED ERRATA QA Contact: Weihua Meng <wmeng>
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aos-bugs, jmatthew, smunilla
Target Milestone: ---   
Target Release: 3.7.0   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-28 22:15:02 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 David Zager 2017-10-05 18:39:22 UTC
Description of problem:

ENABLE_BASIC_AUTH should default to false because the service catalog (by default) is configured to use token based authentication to communicate with the broker.


How reproducible: Always


Steps to Reproduce:
1. Look at the deploy-ansible-service-broker template's ENABLE_BASIC_AUTH parameter.

Actual results: true


Expected results: false

Comment 4 Weihua Meng 2017-10-27 03:11:27 UTC
Fixed.
oc new-app -f https://raw.githubusercontent.com/openshift/ansible-service-broker/master/templates/deploy-ansible-service-broker.template.yaml

$ oc get cm -o yaml -n ansible-service-broker
...
      broker:
        ...
        auth:
          - type: basic
            enabled: false

Comment 7 errata-xmlrpc 2017-11-28 22:15:02 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/RHSA-2017:3188