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


Create and delete users


Modify user passwords


Modify user and group permissions


Create and manage groups