-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 TLS integration #3256
Add TLS integration #3256
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3256 +/- ##
==========================================
- Coverage 86.51% 85.86% -0.65%
==========================================
Files 737 79 -658
Lines 37981 5518 -32463
Branches 4462 625 -3837
==========================================
- Hits 32859 4738 -28121
+ Misses 3919 651 -3268
+ Partials 1203 129 -1074 |
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.
Gave a quick look on this PR and then realized it was WIP. I hope it will help anyway.
18e576a
to
12127ce
Compare
136bad6
to
b7a1fce
Compare
7bc01d6
to
67aa6c7
Compare
Co-Authored-By: ofek <ofekmeister@gmail.com>
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.
Overall looks really good. Just left a handful of comments/questions. 💜 🥇 on all the solid tests btw!
Co-Authored-By: ofek <ofekmeister@gmail.com>
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.
Thanks for the updates and all the tests 🙇
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.
Great work!
What does this PR do?
Adds a new dedicated SSL certificate check integration.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached