diff --git a/content/zh/docs/tasks/security/authentication/authn-policy/index.md b/content/zh/docs/tasks/security/authentication/authn-policy/index.md index 828e7a4340..487f7a4d79 100644 --- a/content/zh/docs/tasks/security/authentication/authn-policy/index.md +++ b/content/zh/docs/tasks/security/authentication/authn-policy/index.md @@ -451,7 +451,7 @@ spec: rules: - from: - source: - notRequestPrincipals: ["*"] + notRequestPrincipals: ["*"] EOF {{< /text >}} @@ -481,10 +481,10 @@ spec: rules: - from: - source: - notRequestPrincipals: ["*"] - to: + notRequestPrincipals: ["*"] + to: - operation: - paths: ["/headers"] + paths: ["/headers"] EOF {{< /text >}}