-
Notifications
You must be signed in to change notification settings - Fork 347
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 validations for TLS Certs for a specific listener #1377
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1377 +/- ##
==========================================
+ Coverage 61.40% 61.66% +0.26%
==========================================
Files 79 79
Lines 11459 11490 +31
==========================================
+ Hits 7036 7085 +49
+ Misses 3962 3945 -17
+ Partials 461 460 -1
|
47d1401
to
f075373
Compare
f075373
to
13e6c41
Compare
the CI failure / conformance test failures seem to be legit |
1ff177f
to
806c497
Compare
I need to fix this PR, it seems that the wildcard certificate is still breaking it https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/utils/suite/suite.go#L158 |
cecc6f2
to
abca6e2
Compare
added some minor comments, but this PR mostly looks good to me, thanks @cnvergence ! |
670fe4d
to
688dc4b
Compare
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, thanks @cnvergence
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.
looks good, just a couple of small questions/items
da4fdf9
to
dd4c921
Compare
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
…n certificate Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
…hostname Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
0ac0184
to
5ac2153
Compare
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
5ac2153
to
b755169
Compare
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, thanks for addressing the comments
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #1292