diff --git a/content/zh-cn/docs/concepts/security/secrets-good-practices.md b/content/zh-cn/docs/concepts/security/secrets-good-practices.md index e5a016b95e..e822d640c0 100644 --- a/content/zh-cn/docs/concepts/security/secrets-good-practices.md +++ b/content/zh-cn/docs/concepts/security/secrets-good-practices.md @@ -113,18 +113,12 @@ recommendations include: * 实现对特定事件发出警报的审计规则,例如同一用户并发读取多个 Secret 时发出警报 -#### 用于 Secret 管理的附加 ServiceAccount 注解 +#### 限制 Secret 的访问 -你还可以在 ServiceAccount 上使用 `kubernetes.io/enforce-mountable-secrets` -注解来强制执行有关如何在 Pod 中使用 Secret 的特定规则。 - -更多详细信息,请参阅[有关此注解的文档](/zh-cn/docs/reference/labels-annotations-taints/#enforce-mountable-secrets)。 +使用单独的命名空间来隔离对挂载 Secret 的访问。