You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dev-docs/user-manual.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The Contrast Coordinator is the central remote attestation service of a Contrast
14
14
It runs inside a confidential container inside your cluster.
15
15
The Coordinator can be verified via remote attestation, and a Contrast deployment is self-contained.
16
16
The Coordinator is configured with a *manifest*, a configuration file containing the reference attestation values of your deployment.
17
-
It ensures that your deployment's topology adheres to your specified manifest by verifying the identity and integrity of all your pods.
17
+
It ensures that your deployment's topology adheres to your specified manifest by verifying the identity and integrity of all confidential pods inside the deployment.
18
18
The Coordinator is also a certificate authority and issues certificates for your workload pods during the attestation procedure.
19
19
Your workload pods can establish secure, encrypted communication channels between themselves based on these certificates and the Coordinator as the root CA.
20
20
As your app needs to scale, the Coordinator transparently verifies new instances and then provides them with their certificates to join the deployment.
0 commit comments