oc-cluster-wrapper icon indicating copy to clipboard operation
oc-cluster-wrapper copied to clipboard

Use htpasswd to create users and provide commands for basic user mgmt

Open jorgemoralespou opened this issue 9 years ago • 0 comments

We need to change the oauth provider to HTPasswd and provide basic commands to add users to the profile:

  • add-user <USERNAME> <PASSWORD> <TYPE>
  • remove-user <USERNAME>

No need to change password. If necessary, remove user and create again.

<TYPE> can be cluster-admin, sudoer, user

jorgemoralespou avatar Oct 10 '16 17:10 jorgemoralespou