-
Notifications
You must be signed in to change notification settings - Fork 1.6k
zh-translation:/content/zh/faq/security/check-policy.md #5442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @qunqiang. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
||
{{< text bash >}} | ||
$ istioctl authn tls-check $CLIENT_POD httpbin.default.svc.cluster.local | ||
HOST:PORT STATUS SERVER CLIENT AUTHN POLICY DESTINATION RULE | ||
httpbin.default.svc.cluster.local:8000 OK mTLS mTLS /default istio-system/default | ||
{{< /text >}} | ||
|
||
Where `$CLIENT_POD` is the ID of one of the client service's pods. | ||
其中 `$CLIENT_POD` 是作为客户端服务运行的 Pods 中的任意一个的 ID。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pods -> pod
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
ref:servicemesher/istio-official-translation#1021