The procedure for accessing the Keycloak Admin Console is not dependent on the Domain
Manager release. At the end of the procedure, you will have access to the Keycloak
Admin Console and can begin managing useres.
- Create an ssh connection to the
Domain Manager server using the labuser account.
- Enter: kubectl get secret -n csdm
csdm-keycloak -o jsonpath='{.data.admin-password}{"\n"}' | base64 -d
&& echo ""
The Administrative
password for the Domain Manager will be displayed.
- In a web browser, go to
https://[DOMAIN_MANAGER_IP]/auth/ where
[DOMAIN_MANAGER_IP] is the IP address of Domain
Manager.
- Select Administrative
Console.
- Sign in with the following
information:
- Username or email
- admin
- Password
- Administrative
password returned earlier in this procedure.