mirror of https://github.com/istio/istio.io.git
Sync disable authz-tcp test and fix telemetry test into Chinese (#15961)
This commit is contained in:
parent
ee21b769b7
commit
927cfea88d
|
@ -76,13 +76,13 @@ spec:
|
||||||
mode: CLIENT
|
mode: CLIENT
|
||||||
tagOverrides:
|
tagOverrides:
|
||||||
destination_x:
|
destination_x:
|
||||||
value: upstream_peer.labels['app'].value
|
value: filter_state.upstream_peer.app
|
||||||
- match:
|
- match:
|
||||||
metric: REQUEST_COUNT
|
metric: REQUEST_COUNT
|
||||||
mode: SERVER
|
mode: SERVER
|
||||||
tagOverrides:
|
tagOverrides:
|
||||||
source_x:
|
source_x:
|
||||||
value: downstream_peer.labels['app'].value
|
value: filter_state.downstream_peer.app
|
||||||
providers:
|
providers:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
|
@ -6,7 +6,7 @@ keywords: [security,access-control,rbac,tcp,authorization]
|
||||||
aliases:
|
aliases:
|
||||||
- /zh/docs/tasks/security/authz-tcp/
|
- /zh/docs/tasks/security/authz-tcp/
|
||||||
owner: istio/wg-security-maintainers
|
owner: istio/wg-security-maintainers
|
||||||
test: yes
|
test: no
|
||||||
---
|
---
|
||||||
|
|
||||||
该任务向您展示了在 Istio 网格中如何为 TCP 流量设置 Istio 授权策略。
|
该任务向您展示了在 Istio 网格中如何为 TCP 流量设置 Istio 授权策略。
|
||||||
|
|
Loading…
Reference in New Issue