From a42efeb7f8d3215f3b97ec2ca4366ff4e94a9de5 Mon Sep 17 00:00:00 2001 From: craigbox Date: Mon, 21 Oct 2019 03:06:35 +1300 Subject: [PATCH] Remove unnecessary backslashes from example SVID (#5206) reads: `spiffe://\/ns/\/sa/\` should read: `spiffe:///ns//sa/` --- content/en/docs/concepts/security/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/index.md b/content/en/docs/concepts/security/index.md index da26acc274..5d61c93b24 100644 --- a/content/en/docs/concepts/security/index.md +++ b/content/en/docs/concepts/security/index.md @@ -93,7 +93,7 @@ across heterogeneous environments. Istio and SPIFFE share the same identity document: [SVID](https://github.com/spiffe/spiffe/blob/master/standards/SPIFFE-ID.md) (SPIFFE Verifiable Identity Document). For example, in Kubernetes, the X.509 certificate has the URI field in the format of -`spiffe://\/ns/\/sa/\`. +`spiffe:///ns//sa/`. This enables Istio services to establish and accept connections with other SPIFFE-compliant systems. Istio security and [SPIRE](https://spiffe.io/spire/), which is the implementation of SPIFFE, differ in the PKI implementation details.