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

View File

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