Bug 1498992 - Ansible Service Broker template should default ENABLE_BASIC_AUTH to false
Summary: Ansible Service Broker template should default ENABLE_BASIC_AUTH to false
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Service Broker
Version: unspecified
Hardware: All
OS: All
unspecified
low
Target Milestone: ---
: 3.7.0
Assignee: David Zager
QA Contact: Weihua Meng
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-05 18:39 UTC by David Zager
Modified: 2017-11-28 22:15 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-28 22:15:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:3188 0 normal SHIPPED_LIVE Moderate: Red Hat OpenShift Container Platform 3.7 security, bug, and enhancement update 2017-11-29 02:34:54 UTC

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


Note You need to log in before you can comment on or make changes to this bug.