Enabling the internal vault for the IBM Software Hub web client

An instance administrator can re-enable the IBM® Software Hub internal vault if needed.

Permissions you need for this task
You must be a Red Hat® OpenShift® Container Platform project or cluster administrator.
When you need to complete this task
Complete this task if you previously disabled the internal vault and you want to re-enable it.

Procedure

  1. Log in to your Red Hat OpenShift Container Platform cluster as a user with sufficient permissions to complete the task:
    ${OC_LOGIN}
  2. Run the following command to edit the IBM Software Hub product-configmap file:
    oc patch cm product-configmap \
    --namespace=${PROJECT_CPD_INST_OPERANDS} \
    --type=merge \
    --patch '{"data": {"VAULT_DISABLE_INTERNAL_VAULT": "false"}}'
  3. Restart the zen-watcher pods.
    oc delete pods \
    --namespace=${PROJECT_CPD_INST_OPERANDS} \
    -l component=zen-watcher