summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorAvesh Agarwal <avagarwa@redhat.com>2015-07-31 12:27:13 -0400
committerAvesh Agarwal <avagarwa@redhat.com>2015-08-13 11:16:33 -0400
commite59348bc7e8ece270be2fa75954e765c0eb554d7 (patch)
tree2fa24efe46dc3232cd8c1ffd5d03e46e6436ed04 /inventory
parentcd989f62709db9f858205420869b9a665cc609a1 (diff)
downloadopenshift-e59348bc7e8ece270be2fa75954e765c0eb554d7.tar.gz
openshift-e59348bc7e8ece270be2fa75954e765c0eb554d7.tar.bz2
openshift-e59348bc7e8ece270be2fa75954e765c0eb554d7.tar.xz
openshift-e59348bc7e8ece270be2fa75954e765c0eb554d7.zip
Enable htpasswd by default in the example hosts file.
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example
index 629956d0e..f3bdb5fad 100644
--- a/inventory/byo/hosts.example
+++ b/inventory/byo/hosts.example
@@ -33,7 +33,7 @@ deployment_type=enterprise
#openshift_additional_repos=[{'id': 'openshift-origin-copr', 'name': 'OpenShift Origin COPR', 'baseurl': 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/epel-7-$basearch/', 'enabled': 1, 'gpgcheck': 1, gpgkey: 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg'}]
# htpasswd auth
-#openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/openshift/htpasswd'}]
+openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/openshift/htpasswd'}]
# Allow all auth
#openshift_master_identity_providers=[{'name': 'allow_all', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}]