From f04c8dbea3494f340cd81f122a754cf9d3dbfca1 Mon Sep 17 00:00:00 2001 From: zzde Date: Mon, 11 Nov 2019 20:58:24 +0800 Subject: [PATCH] zh-translation:/docs/reference/glossary/trust-domain.md (#5574) * zh-translation:/docs/reference/glossary/trust-domain.md * fix link --- content/zh/docs/reference/glossary/trust-domain.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/content/zh/docs/reference/glossary/trust-domain.md b/content/zh/docs/reference/glossary/trust-domain.md index 47abc714e4..4d102f199a 100644 --- a/content/zh/docs/reference/glossary/trust-domain.md +++ b/content/zh/docs/reference/glossary/trust-domain.md @@ -2,10 +2,6 @@ title: Trust Domain --- -A trust domain is a unique name that Istio uses to create all -[identities](/docs/reference/glossary/#identity) within a mesh. Every mesh has -an exclusive trust domain. +信任域是 Istio 用于在网格中创建所有 [身份](/zh/docs/reference/glossary/#identity) 的唯一名称。每个网格都有一个专用的信任域。 -For example in `spiffe://mytrustdomain.com/ns/default/sa/myname` the substring -identifying the mesh is: `mytrustdomain.com`. This substring is the trust -domain of the mesh. +例如在 `spiffe://mytrustdomain.com/ns/default/sa/myname` 中标示网格的子字符串是:`mytrustdomain.com`。 此子字符串是此网格的信任域。