mirror of https://github.com/istio/istio.io.git
zh-translation:/docs/reference/glossary/workload-instance-principal.md (#5672)
* zh trans 1381 * not trans title * Correct the unreasonable word order
This commit is contained in:
parent
b2e625e0cb
commit
1a41fa6010
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
title: Workload Instance Principal
|
||||
---
|
||||
The verifiable authority under which a [workload instance](#workload-instance) runs.
|
||||
Istio's service-to-service authentication is used to produce the workload principal.
|
||||
By default workload principals are compliant with the SPIFFE ID format.
|
||||
工作负载实例主体是[工作负载实例](#workload-instance)的可验证权限。Istio 的服务到服务身份验证用于生成工作负载实例主体。默认情况下,工作负载实例主体与 SPIFFE ID 格式兼容。
|
||||
|
||||
Workload instance principals are available in policy and telemetry configuration
|
||||
using the `source.principal` and `destination.principal` [attributes](#attribute).
|
||||
在 `policy` 和 `telemetry` 配置中用到了工作负载实例主体,对应的[属性](#attribute)是 `source.principal` 和 `destination.principal`。
|
||||
|
|
Loading…
Reference in New Issue