Skip to content

Commit

Permalink
Merge pull request openshift#13319 from duritong/fix-missing-bracket
Browse files Browse the repository at this point in the history
add missing closing bracket
  • Loading branch information
vikram-redhat authored Jan 24, 2019
2 parents 2296ad9 + 3fb192e commit d64e772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_config/configuring_authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ xref:../install/configuring_inventory_file.adoc#advanced-install-session-options
# htpasswd auth
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
# Defining htpasswd users
#openshift_master_htpasswd_users={'user1': '<pre-hashed password>', 'user2': '<pre-hashed password>'
#openshift_master_htpasswd_users={'user1': '<pre-hashed password>', 'user2': '<pre-hashed password>'}
# or
#openshift_master_htpasswd_file=<path to local pre-generated htpasswd file>
Expand Down

0 comments on commit d64e772

Please sign in to comment.