3. Manage users & Policies
Configure the HTPasswd identity provider for authentication
Create 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