1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/security/zero_trust_workload_identity_manager/zero-trust-manager-configuration.adoc
2026-01-06 17:15:30 +00:00

43 lines
1.3 KiB
Plaintext

:_mod-docs-content-type: ASSEMBLY
[id="zero-trust-manager-configuration"]
= Deploying Zero Trust Workload Identity Manager operands
toc::[]
[role="_abstract"]
Deploy the {zero-trust-full} operands by creating their custom resources in a specific order. Adhering to the sequence helps ensure the successful installation of components, such as the SPIRE Server, SPIRE Agent, and SPIFFE CSI driver.
You must deploy the operands in the following sequence to ensure successful installation:
* `ZeroTrustWorkloadIdentityManager` CR
* SPIRE Server
* SPIRE Agent
* SPIFFE CSI driver
* SPIRE OIDC discovery provider
// Deploying and configuring ZTWIM custom resource
include::modules/zero-trust-manager-ztwim-cr.adoc[leveloffset=+1]
// Deploying and configuring SPIRE Server
include::modules/zero-trust-manager-spire-server-config.adoc[leveloffset=+1]
// Deploying and configuring SPIRE Agent
include::modules/zero-trust-manager-spire-agent-config.adoc[leveloffset=+1]
// Deploying and configuring SPIFFE CSI Driver
include::modules/zero-trust-manager-spiffe-csidriver-config.adoc[leveloffset=+1]
// Deploying and configuring OIDC Discovery Provider
include::modules/zero-trust-manager-oidc-config.adoc[leveloffset=+1]
// Deploying and configuring OIDC Discovery Provider
include::modules/zero-trust-manager-verify-operands.adoc[leveloffset=+1]