Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add TCP+TLS Healthchecks #18381
Add TCP+TLS Healthchecks #18381
Changes from 32 commits
6ff0e7d
c6d8eaa
729f671
a382b2f
14a0d49
8ee986c
7c7db53
5b0dfc6
9620347
c76008b
562c0bc
a11c310
9e2012c
fd9f37c
dafbf48
c76e1b9
41e572d
af6ba92
8a2f5ed
f786916
4395cd1
2864f24
eb72235
67c60ee
4ca7dcc
8e8b035
9c53567
67d5add
576bcc4
0705235
b73cec2
7d4b533
97ab75f
dad8aca
1e4fa20
116be8b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
For lines 982 and 983, I chose not to generate new key material. The
tls.RequireAndVerifyClientCert
is working by virtue of the Consul Agent sending a TLS cert with a SAN that matches a SAN loaded by the mockTLSServer (because they're both using ourdomain_server.cer). If you want me to generate new key material, that's fine by me.