Reject the client request if the client certificate has been revoked#22007
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files
... and 23 files with indirect coverage changes @@ Coverage Diff @@
## main #22007 +/- ##
==========================================
- Coverage 69.76% 69.65% -0.12%
==========================================
Files 449 449
Lines 38163 38181 +18
==========================================
- Hits 26626 26596 -30
- Misses 10112 10150 +38
- Partials 1425 1435 +10 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
/retest |
|
/test pull-etcd-e2e-amd64 |
|
@fuweid PTAL |
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
|
Just added an e2e test case, confirmed the test case passes with the patch; and fails without the patch, see error below, ping @fuweid @ivanvc @serathius |
|
/test pull-etcd-robustness-amd64 |
|
/test pull-etcd-e2e-amd64 |
|
ping @fuweid @ivanvc @serathius |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, serathius The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
This should be a safe change, It's verified by an e2e test, also by manually steps. So merging for now.. to unblock the patch releases. |
|
/cherry-pick release-3.7 |
|
/cherry-pick release-3.6 |
|
/cherry-pick release-3.5 |
|
@ahrtr: new pull request created: #22018 DetailsIn response to this:
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-sigs/prow repository. |
|
@ahrtr: new pull request created: #22019 DetailsIn response to this:
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-sigs/prow repository. |
|
@ahrtr: new pull request created: #22020 DetailsIn response to this:
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-sigs/prow repository. |
Fix the issue that gRPC client listener does not enforce
--client-crl-filecertificate revocation.Refer to GHSA-3wh4-j44w-pg92 for more details