-
Notifications
You must be signed in to change notification settings - Fork 39
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
webhook: load TLS certificate at runtime #608
webhook: load TLS certificate at runtime #608
Conversation
This avoid the need of restarting the webhook when the certificate is rotated Signed-off-by: Francesco Ilario <[email protected]>
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #608 +/- ##
=======================================
Coverage 82.17% 82.17%
=======================================
Files 28 28
Lines 3243 3243
=======================================
Hits 2665 2665
Misses 437 437
Partials 141 141
|
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 great, thanks for fixing it 👍
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.
Nice 👍
Thanks for fixing it 🏅
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, filariow, MatousJobanek, mfrancisc 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 |
6e75b2a
into
codeready-toolchain:master
This avoid the need of restarting the webhook when the certificate is rotated
Signed-off-by: Francesco Ilario [email protected]
KUBESAW-179