Installing the Zero Trust Workload Identity Manager by using the web console
Use the Software Catalog in the Red Hat OpenShift Container Platform web console to install the Zero Trust Workload Identity Manager. This process streamlines deployment and helps ensure the Operator is installed in the correct namespace with the appropriate installation mode.
|
|
A minimum of 1Gi persistent volume is required to install the SPIRE Server. |
-
You have access to the cluster with
cluster-adminprivileges. -
You have access to the Red Hat OpenShift Container Platform web console.
-
Log in to the Red Hat OpenShift Container Platform web console.
-
Go to Ecosystem → Software Catalog.
-
Search for Zero Trust Workload Identity Manager.
-
On the Install Operator page:
-
Update the Update channel, if necessary. The channel defaults to
stable-v1, which installs the lateststable-v1release of the Zero Trust Workload Identity Manager. -
Choose the Installed Namespace for the Operator. The default Operator namespace is
zero-trust-workload-identity-manager.If the
zero-trust-workload-identity-managernamespace does not exist, it is created for you.The Operator and operands are deployed in the same namespace.
-
Select an Update Approval strategy
-
The Automatic strategy allows Operator Lifecycle Manager (OLM) to automatically update the Operator when a new version is available.
-
The Manual strategy requires a user with appropriate credentials to approve the Operator update.
-
-
-
Click Install.
-
Navigate to Ecosystem → Installed Operators.
-
Verify that Zero Trust Workload Identity Manager is listed with a Status of Succeeded in the
zero-trust-workload-identity-managernamespace. -
Verify that Zero Trust Workload Identity Manager controller manager deployment is ready and available by running the following command:
$ oc get deployment -l name=zero-trust-workload-identity-manager -n zero-trust-workload-identity-managerExample outputNAME READY UP-TO-DATE AVAILABLE AGE zero-trust-workload-identity-manager-controller-manager 1/1 1 1 3h36m
-
-
To check the Operator logs, run the following command:
$ oc logs -f deployment/zero-trust-workload-identity-manager-controller-manager -n zero-trust-workload-identity-manager