Access the console

Before you begin

Procedure

  1. Using the oc login command, log in to the Red Hat® OpenShift® Container Platform cluster where your final location resides. You can identify your specific oc login by clicking the user drop-down menu in the Red Hat OpenShift Container Platform console, then clicking Copy Login Command.

  2. Use the following command to get the URL to access the console:

    oc get route -n ibm-automation-rpa  cp-console -o jsonpath=‘{.spec.host}’
    

    The preceding command returns the following output:

    cp-console.apps.mycluster.mydomain.com
    

    Based on the example output, your console URL would be https://cp-console.apps.mycluster.mydomain.com.

    The default username to access the console is admin.

  3. You can get the password for the admin username by running the following command:

    oc -n ibm-automation-rpa  get secret platform-auth-idp-credentials -o jsonpath='{.data.admin_password}' | base64 -d
    

    The following password is an example of the output of the preceding command:

    EwK9dj9fwPZHyHTyu9TyIgh9klZSzVsA
    

    Based on the example output, you would then use EwK9dj9fwPZHyHTyu9TyIgh9klZSzVsA as the password.

You have now successfully created and deployed your environment using a private container registry.

What to do next

Install the Client to use IBM RPA.