We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2988d commit 008d00bCopy full SHA for 008d00b
content/zh/docs/ops/best-practices/security/index.md
@@ -61,6 +61,21 @@ Istio 新的 Ambient 数据平面模式引入了一种新的拆分数据平面
61
需要注意的是,`GatewayClass` 是集群范围的资源,将命名空间范围的策略绑定到它需要特别小心。
62
Istio 要求绑定到 `GatewayClass` 的策略位于根命名空间中,通常是 `istio-system`。
63
64
+对于 waypoint,标准的不允许任何行为的策略是:
65
+
66
+{{< text yaml >}}
67
+apiVersion: security.istio.io/v1
68
+kind: AuthorizationPolicy
69
+metadata:
70
+ name: allow-nothing-istio-waypoint
71
+ namespace: istio-system
72
+spec:
73
+ targetRefs:
74
+ - group: gateway.networking.k8s.io
75
+ kind: GatewayClass
76
+ name: istio-waypoint
77
+{{< /text >}}
78
79
{{< tip >}}
80
当在 waypoint 中使用默认拒绝模式时,除了“经典”默认拒绝策略外,
81
还应使用绑定到 `istio-waypoint` `GatewayClass` 的策略。
0 commit comments