Creating RQA application secret

The OpenShift® administrator must create the RQA application secret before the RQA operator is installed on the OpenShift cluster.

About this task

Create the RQA application secret in the project or the namespace where you want to install the RQA operator. The secret is named as rqa-application-secrets. Provide the values for oidc_clientid and oidc_clientsecret in the secret.

Procedure

  1. Log in to the OpenShift Container Platform (OCP) by using the OpenShift administrator credentials.
  2. Select the project from the Project list where you want to install the RQA operator. Create the secret in the same project. For more information, see Creating projects to install RQA operators.
  3. In the left panel, go to Workloads > Secrets.
  4. On the Secrets page, select Key/Value Secret from the Create list.
  5. On the Create Key/Value Secret page, provide the following details:
    1. Enter rqa-application-secrets In the Secret Name field.
    2. Enter oidc_clientid in the Key field.
    3. Enter the OIDC Client ID in the Value field.
    4. Click Add Key/Value.
    5. Enter oidc_clientsecret in the Key field.
    6. Enter the OIDC Client Secret in the Value field.
  6. Click Create.

What to do next

Install the RQA operator.