-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update for installations with mTLS auth enabled #1503
Conversation
The docs do not provide reference to installations with mTLS auth enabled. If mTLS auth is enabled and the user goes through the instructions, they will encounter `upstream connect error or disconnect/reset before headers` when the DestinationRule is applied. istio/old_issues_repo#375 (comment) helped lead to the resolution.
Hi @kenthua. 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 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. |
Deploy preview for preliminary-istio failed. Built with commit 7b564b0 https://app.netlify.com/sites/preliminary-istio/deploys/5b202423b312740eb058da8f |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: geeknoid, kenthua The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I'm using the same URI's as noted in the mirroring doc and other docs. But the netlify keeps failing.
|
If you sync your tree, you will see that these URLs have been updated recently. The right path is now: /docs/reference/config/istio.networking.v1alpha3/#TLSSettings-TLSmode |
New changes are detected. LGTM label has been removed. |
The docs do not provide reference to installations with mTLS auth enabled. If mTLS auth is enabled and the user goes through the instructions, they will encounter
upstream connect error or disconnect/reset before headers
when the DestinationRule is applied.istio/old_issues_repo#375 (comment) helped lead to the resolution.