Bug 1326595 - [DOCS] Document user deletion procedure
Summary: [DOCS] Document user deletion procedure
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Ashley Hardin
QA Contact: weiwei jiang
Vikram Goyal
URL: https://access.redhat.com/documentati...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-13 07:59 UTC by Evgheni Dereveanchin
Modified: 2019-10-10 11:51 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-02 13:55:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Evgheni Dereveanchin 2016-04-13 07:59:56 UTC
Document URL: 
https://access.redhat.com/documentation/en/openshift-enterprise/3.1/cluster-administration/cluster-administration

Section Number and Name: 
?
Describe the issue: 
The process of deleting users is not described

Suggestions for improvement: 
Add a chapter describing the required steps to properly delete a user from OpenShift

Additional information: 

The process would look something like this:
First, remove the user

# oc delete user myuser
# oc delete group myuser

Then delete the identity, otherwise the user will not be able to log in again

# oc get identity | grep myuser
# oc delete identity my_htpasswd_provider:myuser

After that is done, if the user tries to log in again, a fresh new account will be created in OpenShift.

Comment 2 Ashley Hardin 2016-04-14 19:11:00 UTC
Work in progress:
https://github.com/openshift/openshift-docs/pull/1906

Comment 3 weiwei jiang 2016-04-18 02:41:02 UTC
Checked and look good.

Comment 4 openshift-github-bot 2016-04-18 14:53:38 UTC
Commits pushed to master at https://github.com/openshift/openshift-docs

https://github.com/openshift/openshift-docs/commit/266c95e889370141829067e991c5f5e6e62b15de
Bug 1326595, added Managing Users section

https://github.com/openshift/openshift-docs/commit/b28a196fef3740f551395a664eeb4fda780f0d8b
Merge pull request #1906 from ahardin-rh/user-deletion

Bug 1326595, added Managing Users section


Note You need to log in before you can comment on or make changes to this bug.