Overview
This guide provides step-by-step instructions for setting the admin passwords for Carrier platform and Keycloak admin users. By following these steps, you can update the default credentials to enhance the security of your Carrier installation.
Please find the default
KEYCLOAK_USER
andKEYCLOAK_PASSWORD
values in the.env
file.
1
cat /opt/centry/.env | grep KEYCLOAK
Updating Carrier Admin
Open a web browser and navigate to the following URL:
http://<public DNS or IP>/auth
Click on “Administration Console”.
Log in to the Keycloak application using the
KEYCLOAK_USER
account.Select “Users” from the sidebar menu.
Click on “View all users”.
Select the “Edit” button for the “admin” user.
Navigate to the “Credentials” tab.
Set a strong and secure password for the admin account and click “Reset Password”.
Ensure it is updated successfully.
Updating Keycloak Admin
Access the Keycloak admin console using the
KEYCLOAK_USER
account.Navigate to the admin user profile.
Select “Manage Account” to update the password and click on it.
Select “Passwords”.
Set a new password for the admin account.
Save the changes and verify that the admin password is successfully updated.
Congratulations! You have successfully changed the default passwords!