Accessing Process Mining images

To access and pull the IBM Process Mining Images from the IBM Entitled Registry, you must obtain your unique Entitlement Key and create two secrets, ibm-entitlement-key and ibm-registry, containing your unique Entitlement Key. You can use the ibm-entitlement-key secret name for the IBM Process Mining Operator and the ibm-registry secret name for the Db2 Operator.

Obtaining the entitlement key

  1. Log in to Container Software Library using your IBM id and password that are associated with the entitled software.
  2. In the Entitlement keys section, click Copy key to copy the entitlement key to the clipboard.

  3. Save the key in a safe place. You need the key to create your pull secret.

  4. Optional: Verify the validity of the key by logging in to the IBM Entitled Registry by using a container tool:
    docker login cp.icr.io --username cp --password <YourEntitlementKey>
    
    podman login cp.icr.io --username cp --password <YourEntitlementKey>

    Where YourEntitlementKey stands for your unique Entitlement Key.

Adding an Entitlement Key to a namespace

You can put the information in the Red Hat® OpenShift® Container Platform global cluster pull secret (which contains your Entitlement Key) to pull images for your Kubernetes installation.

Do the following steps to add an entitlement key to your namespace:

  1. Go to Workloads > Secrets.
  2. Select the openshift-config project.
  3. Open the pull-secret entry.
  4. Open the drop-down menu and click Edit secret.
  5. Add the following entries to the fields:
    Registry server address
    cp.icr.io
    Username
    cd
    Password
    <YourEntitlementKey>
    Email
    <YourEmail>