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
|
||||
tagOverrides:
|
||||
destination_x:
|
||||
value: upstream_peer.labels['app'].value
|
||||
value: filter_state.upstream_peer.app
|
||||
- match:
|
||||
metric: REQUEST_COUNT
|
||||
mode: SERVER
|
||||
tagOverrides:
|
||||
source_x:
|
||||
value: downstream_peer.labels['app'].value
|
||||
value: filter_state.downstream_peer.app
|
||||
providers:
|
||||
- name: prometheus
|
||||
{{< /text >}}
|
||||
|
|
|
@ -6,7 +6,7 @@ keywords: [security,access-control,rbac,tcp,authorization]
|
|||
aliases:
|
||||
- /zh/docs/tasks/security/authz-tcp/
|
||||
owner: istio/wg-security-maintainers
|
||||
test: yes
|
||||
test: no
|
||||
---
|
||||
|
||||
该任务向您展示了在 Istio 网格中如何为 TCP 流量设置 Istio 授权策略。
|
||||
|
|
Loading…
Reference in New Issue