Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing default for 3.6 run_latest_build to function correctly #458

Merged
merged 2 commits into from Sep 29, 2017

Conversation

shawn-hurley
Copy link
Contributor

Describe what this PR does and why we need it:
Fixing run latest to start with the correct defautl after the bearer token auth merge.
This should have been apart of that PR.
Changes proposed in this pull request

  • Change default for basic auth to true for the broker.

Does this PR depend on another PR (Use this to track when PRs should be merged)
depends-on
N/A
Which issue this PR fixes (This will close that issue when PR gets merged)
fixes <issue_number>
N/A

@@ -69,7 +69,7 @@ TEMPLATE_URL="https://raw.githubusercontent.com/openshift/ansible-service-broker
DOCKERHUB_USER=${DOCKERHUB_USER:-"changeme"} # DockerHub login username, default 'changeme'
DOCKERHUB_PASS=${DOCKERHUB_PASS:-"changeme"} # DockerHub login password, default 'changeme'
DOCKERHUB_ORG=${DOCKERHUB_ORG:-"ansibleplaybookbundle"} # DocherHub org where APBs can be found, default 'ansibleplaybookbundle'
ENABLE_BASIC_AUTH=${ENABLE_BASIC_AUTH:-"false"} # Secure broker with basic authentication, default 'false'. Disabling basic auth allows "apb push" to work.
ENABLE_BASIC_AUTH=${ENABLE_BASIC_AUTH:-"true"} # Secure broker with basic authentication, default 'false'. Disabling basic auth allows "apb push" to work.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the comment for basic auth also change? And when should ENABLE_BASIC_AUTH be set to true?

@shawn-hurley shawn-hurley changed the title changing default for 3.6 to function correctly changing default for 3.6 run_latest_build to function correctly Sep 28, 2017
@shawn-hurley shawn-hurley merged commit 61a7fc8 into openshift:master Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants