Skip to content

Commit

Permalink
add missing closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
duritong committed Jan 15, 2019
1 parent be479be commit 3fb192e
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 3fb192e

Please sign in to comment.