Removing user data in compliance with the GDPR

You can remove a user’s data on OpenShift Container Platform in compliance with the General Data Protection Regulation (GDPR) that enforces the right of individuals to have their personal data erased. The process for other Kubernetes infrastructures might vary. Follow the user management best practices of the provider you are using for the Eclipse Che installation.

Removing user data as follows is irreversible! All removed data is deleted and unrecoverable!
Prerequisites
Procedure
  1. List all the users in the OpenShift cluster using the following command:

    $ oc get users
  2. Delete the user entry:

If the user has any associated resources (such as projects, roles, or service accounts), you need to delete those first before deleting the user.
$ oc delete user <username>