fix-#10609:zh-translation:docs/tasks/security/authentication/authn-policy/ (#10673)

* Update index.md

* Update index.md

* Update index.md

* Update index.md
This commit is contained in:
yanrongshi 2021-12-27 12:22:30 +08:00 committed by GitHub
parent 401ede0862
commit c658ebd581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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