Reset your Security Compliance Management password
If you forget your password, you can reset it in the user admin console.
- SSH into your Security Compliance Management node and run the following
commands to retrieve the admin username and password:Copy
/usr/bin/docker exec -it comply_identity env | grep KEYCLOAK_ADMIN=
/usr/bin/docker exec -it comply_identity env | grep KEYCLOAK_ADMIN_PASSWORD=If you are using Podman instead of Docker, replace
docker
withpodman
. - Navigate to
https://<SCM-HOSTNAME>/auth/admin
using the FQDN of your Security Compliance Management node. - Login using the credentials from step 1.
- Select Puppet Realm from the dropdown menu.
- Navigate to Users.
- Use an asterisk(*) as a search term to show all users and select the user account you want to update.
- Click Edit to edit the selected user account.
- Select the Credentials tab and then reset the password.