Back to Articles

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.

  1. Create an ssh connection to the Domain Manager server using the labuser account.
  2. 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.
  3. In a web browser, go to https://[DOMAIN_MANAGER_IP]/auth/ where [DOMAIN_MANAGER_IP] is the IP address of Domain Manager.

    The KeyCloak UI appears.

  4. Select Administrative Console.
  5. Sign in with the following information:
    Username or email
    admin
    Password
    Administrative password returned earlier in this procedure.