Follow the version specific workflows show below in order to access the Keycloak admin console.
SImA 1.1 or lower:
Uncomment the following two lines in the default.env
file (found in the SImA installation directory):
KEYCLOAK_USER=kcadmin
KEYCLOAK_PASSWORD=<password>
Set the value of KEYCLOAK_PASSWORD
as required.
The SImA stack must be redeployed for the changes to take effect. The Keycloak admin console will then be accessible via https://<sima-ip-or-domain-name>/auth/.
SImA 1.2:
Add the following two lines to the custom.env
file (found in the SImA installation directory):
KEYCLOAK_USER=kcadmin
KEYCLOAK_PASSWORD=<password>
Set the value of KEYCLOAK_PASSWORD
as required.
The SImA stack must be redeployed for the changes to take effect. The Keycloak admin console will then be accessible via https://<sima-ip-or-domain-name>/auth/.
SImA 1.3 or higher:
The Keycloak admin console is accessible via https://<sima-ip-or-domain-name>/admin. The Username is "kcadmin" and the password is stored in the .secrets/kcadmin_password
file found in the SImA installation directory.