From 5d9b0ae68e1bf8b389f1a4bcc2324167f1e181dd Mon Sep 17 00:00:00 2001 From: Yangmin Zhu Date: Wed, 3 Feb 2021 17:40:44 -0800 Subject: [PATCH] update comment --- e2e/e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/e2e_test.go b/e2e/e2e_test.go index ca7e57e..cdd0be6 100644 --- a/e2e/e2e_test.go +++ b/e2e/e2e_test.go @@ -21,7 +21,7 @@ var ( trustDomain = "cluster.local" ) -// newIdentity creates http response with prefix and SpiffeID. +// newIdentity returns the Istio mTLS identity with a custom prefix. func newIdentity(prefix, ns, sa string) string { return prefix + "spiffe://" + trustDomain + "/ns/" + ns + "/sa/" + sa }