Configuring the administrative user
To execute actions that require administrative privileges on Che server, such as deleting user data, activate a user with administrative privileges.
The default installation enables the administrative privileges for the admin
user, regardless of its existence on Kubernetes.
Procedure
-
Configure the
CheCluster
Custom Resource to set the <admin> user with administrative privileges. See Using the CLI to configure the CheCluster Custom Resource.spec: components: cheServer: extraProperties: CHE_SYSTEM_ADMIN__NAME: '<admin>'