Default Admin User
Manage the default admin user credentials and access settings.
Last updated
Was this helpful?
Manage the default admin user credentials and access settings.
Last updated
Was this helpful?
During installation, Connectware creates a default administrator user to ensure immediate system access. This user is named admin
and has the connectware-admin
role assigned to provide comprehensive permissions.
We strongly recommend to after the first login.
The following auth-server are available for configuring the admin user. Parameters differ between Kubernetes and Docker deployments.
global.userManagement.adminUser.initialPassword
Sets the initial password for the admin user. Must be a Base64-encoded string.
admin
global.userManagement.adminUser.enabled
Enables/disables the admin user. Accepts a boolean value (true
or false
).
true
The initial admin user password is admin
(Base64-encoded). We strongly recommend to change the initial admin user password after the first login.
You can change the password via the global.userManagement.adminUser.initialPassword
Helm value (Kubernetes) or the CYBUS_INITIAL_ADMIN_USER_PASSWORD
environment variable (Docker).
If you have configured , make sure that the new admin user password complies with your password rules.
Open the values.yaml
file.
Set the global.userManagement.adminUser.initialPassword
Helm value to a password of your choice. Make sure to encode the password in Base64 format.
Upgrade your Helm chart to apply the Helm configuration changes. For more information, see .
Try logging in with the old admin user credentials to verify your configuration. You should receive a "wrong password" error.
Before disabling the default admin user, ensure you have created at least one other user with full administrative permissions. Otherwise, you may lose administrative access to your Connectware installation.
You can disable the default admin user after creating custom users that have admin permissions.
If the global.userManagement.adminUser.initialPassword
Helm value (Kubernetes) or the CYBUS_ADMIN_USER_ENABLED
environment variable (Docker) is not set, or if it has a value other than false
, the default admin user is enabled and can log in with suitable credentials.
Upgrade your Helm chart to apply the Helm configuration changes. For more information, see .
Start or restart Connectware. For more information, see .