Sync disable authz-tcp test and fix telemetry test into Chinese (#15961)

This commit is contained in:
Wilson Wu 2024-11-21 15:15:00 +08:00 committed by GitHub
parent ee21b769b7
commit 927cfea88d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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 >}}

View File

@ -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 授权策略。