File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
content/zh-cn/docs/concepts/security Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -113,18 +113,12 @@ recommendations include:
113
113
* 实现对特定事件发出警报的审计规则,例如同一用户并发读取多个 Secret 时发出警报
114
114
115
115
<!--
116
- #### Additional ServiceAccount annotations for Secret management
117
-
118
- You can also use the `kubernetes.io/enforce-mountable-secrets` annotation on
119
- a ServiceAccount to enforce specific rules on how Secrets are used in a Pod.
120
- For more details, see the [documentation on this annotation](/docs/reference/labels-annotations-taints/#enforce-mountable-secrets).
116
+ #### Restrict Access for Secrets
117
+ Use separate namespaces to isolate access to mounted secrets.
121
118
-->
122
- #### 用于 Secret 管理的附加 ServiceAccount 注解
123
-
124
- 你还可以在 ServiceAccount 上使用 ` kubernetes.io/enforce-mountable-secrets `
125
- 注解来强制执行有关如何在 Pod 中使用 Secret 的特定规则。
119
+ #### 限制 Secret 的访问
126
120
127
- 更多详细信息,请参阅 [ 有关此注解的文档 ] ( /zh-cn/docs/reference/labels-annotations-taints/#enforce-mountable-secrets ) 。
121
+ 使用单独的命名空间来隔离对挂载 Secret 的访问 。
128
122
129
123
<!--
130
124
### Improve etcd management policies
You can’t perform that action at this time.
0 commit comments