Configure the HTPasswd identity provider for authenticationCreate or update your htpasswd file $ htpasswd -c -B -b /../..file username password Update credentials $ htpasswd -b /.././file username password $ oc create secret generic htpass-secret --from-file=htpasswd=/../../../file -n openshift-config Create and delete users Modify user passwords Modify