mirror of https://github.com/istio/istio.io.git
zh-translation:/docs/reference/glossary/trust-domain.md (#5574)
* zh-translation:/docs/reference/glossary/trust-domain.md * fix link
This commit is contained in:
parent
c4102f7d43
commit
f04c8dbea3
|
@ -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`。 此子字符串是此网格的信任域。
|
||||
|
|
Loading…
Reference in New Issue