Access the console
Before you begin
- Ensure that you meet the Prerequisites before proceeding.
- See Namespace requirements.
- Follow the steps in Configuring your environment.
- Install the operator
Procedure
-
Using the
oc login
command, log in to the Red Hat® OpenShift® Container Platform cluster where your final location resides. You can identify your specificoc login
by clicking the user drop-down menu in the Red Hat OpenShift Container Platform console, then clicking Copy Login Command. -
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
. -
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.