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
-
Log in to the OpenShift Container Platform (OCP) by using the OpenShift administrator credentials.
- 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.
- In the left panel, go to
.
- On the Secrets page, select Key/Value Secret
from the Create list.
- On the Create Key/Value Secret page, provide the following
details:
- Enter rqa-application-secrets In the Secret
Name field.
- Enter oidc_clientid in the Key
field.
- Enter the OIDC Client ID in the Value field.
- Click Add Key/Value.
- Enter oidc_clientsecret in the Key
field.
- Enter the OIDC Client Secret in the Value
field.
- Click Create.