Accessing the Automation Decision Services home page and the Zen console

You can log in to the Automation Decision Services home page or the Platform UI (Zen) console for the first time as the cpadmin user that is configured by default. After configuring an identity provider, you can allow more users to log in.

Before you begin

By default, an admin user is created for mgmt-ingress with its details in the platform-auth-idp-credentials secret.

Procedure

  1. Use the following commands to get credentials:
    kubectl get secret platform-auth-idp-credentials -n ads -o jsonpath='{.data.admin_username}' | base64 --decode
    kubectl get secret platform-auth-idp-credentials -n ads -o jsonpath='{.data.admin_password}' | base64 --decode
  2. The URL of the Automation Decision Services home page is available in the uri section for adsDesignerUI in the endpoints custom resource (CR) status. For more information about the CR status, see Custom resource statuses.
    Example of the endpoints CR status:
      endpoints:
      - caSecret:
          key: ""
          secretName: ""
        name: adsDesignerUI
        scope: External
        type: UI
        uri: https://ads-cpd.<subdomain.domain>/ads
      - caSecret:
          key: ""
          secretName: ""
        name: adsRuntimeSwaggerUI
        scope: External
        type: UI
        uri: https://ads-cpd.<subdomain.domain>/ads/runtime/api/swagger-ui
      observedGeneration: 1
  3. The URL of the Zen console is similar to the Automation Decision Services home page URL. You need to remove /ads from the Automation Decision Services home page URL.
    Example URL of the Automation Decision Services home page:
    https://ads-cpd.<subdomain.domain>/ads
    In this case, example URL of the Zen console:
    https://ads-cpd.<subdomain.domain>
    Tip: You can also access the Zen console by clicking the navigation menu in the upper left of the portal page in the Automation Decision Services home page, and selecting Home.