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
https://github.com/openshift/ansible-service-broker/pull/478
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
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