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