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: content/blog/integrating-istio-and-spire.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Istio is an **open-source service mesh** that provides a uniform and efficient w
21
21
22
22
## SPIRE
23
23
24
-
SPIRE (SPIFFE Runtime Environment) is a production-ready implementation of the SPIFFE(Secure Production Identity Framework for Everyone) specification that performs node and workload attestation to securely issue cryptographic identities to workloads running in heterogeneous environments.
24
+
SPIRE (SPIFFE Runtime Environment) is a production-ready implementation of the SPIFFE(Secure Production Identity Framework for Everyone) specification that performs node and workload attestation to securely issue cryptographic identities to workloads running in heterogeneous environments.
25
25
26
26

27
27
@@ -30,9 +30,9 @@ This integration with SPIRE provides flexible attestation options not available
30
30
31
31

32
32
33
-
Later this SPIRE issued certificates or identities to workloads or services can be used for communication between different trust domains or between two different clusters also.
33
+
Once integrated, SPIRE issued certificates to workloads can be used for communication between different trust domains or between two different clusters also.
34
34
35
-
Use the steps in this blog to install Istio and SPIRE on the same cluster, then deploy a sample application using SPIRE-issued identities.
35
+
In this blog post, we will show you the steps you can use to install Istio and SPIRE on the same cluster and how to deploy a sample application using SPIRE-issued identities.
0 commit comments