mirror of https://github.com/istio/istio.io.git
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:
parent
401ede0862
commit
c658ebd581
|
@ -451,7 +451,7 @@ spec:
|
||||||
rules:
|
rules:
|
||||||
- from:
|
- from:
|
||||||
- source:
|
- source:
|
||||||
notRequestPrincipals: ["*"]
|
notRequestPrincipals: ["*"]
|
||||||
EOF
|
EOF
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
|
@ -481,10 +481,10 @@ spec:
|
||||||
rules:
|
rules:
|
||||||
- from:
|
- from:
|
||||||
- source:
|
- source:
|
||||||
notRequestPrincipals: ["*"]
|
notRequestPrincipals: ["*"]
|
||||||
to:
|
to:
|
||||||
- operation:
|
- operation:
|
||||||
paths: ["/headers"]
|
paths: ["/headers"]
|
||||||
EOF
|
EOF
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue