-
Notifications
You must be signed in to change notification settings - Fork 210
[release-4.12] OCPBUGS-14454, OCPBUGS-14455: Handle mTLS CRLs, and fix accidental CRL duplication #941
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
[release-4.12] OCPBUGS-14454, OCPBUGS-14455: Handle mTLS CRLs, and fix accidental CRL duplication #941
Conversation
Leave a stub of the CRL controller to clean up any existing configmaps. The stub controller will need to be removed in a future release Use cluster-wide proxy for CRL downloads when available Add a test with several test cases to test CRL management, and a test to test CRL updates
@rfredette: This pull request references Jira Issue OCPBUGS-14455, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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/test-infra repository. |
=== CONT TestAll/parallel/TestMTLSWithCRLs/certificate-distributes-its-own-crl
client_tls_test.go:987: exec ["cat" "/var/lib/haproxy/mtls/latest/crls.pem"] failed. error: command terminated with exit code 1
stdout:
stderr:
cat: /var/lib/haproxy/mtls/latest/crls.pem: No such file or directory This PR (and test) depends on openshift/router#491. |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: frobware 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 |
/label backport-risk-assessed |
/label cherry-pick-approved |
/jira refresh |
@lihongan: This pull request references Jira Issue OCPBUGS-14455, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: In 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/test-infra repository. |
/unhold |
/retest-required |
"fail [github.com/openshift/origin/test/extended/util/disruption/backend_sampler_tester.go:185]: Jun 7 09:14:02.510: disruption/service-load-balancer-with-pdb connection/new was unreachable during disruption: for at least 20s of 1h10m14s (maxAllowed=19s)" /test e2e-aws-ovn-upgrade |
e2e-aws-operator - Although TestAWSELBConnectionIdleTimeout failed which is bug https://issues.redhat.com/browse/OCPBUGS-13810, so did the new mTLS tests: --- FAIL: TestAll/parallel/TestClientTLS (119.12s)
--- FAIL: TestAll/parallel/TestCRLUpdate (357.86s)
--- FAIL: TestAll/parallel/TestCRLUpdate/certificate-distributes-its-own-crl (89.80s)
--- FAIL: TestAll/parallel/TestCRLUpdate/certificate-distributes-its-signers-crl (89.79s)
--- FAIL: TestAll/parallel/TestCRLUpdate/certificate-distributes-its-signers-crl-with-workaround (89.26s)
--- FAIL: TestAll/parallel/TestCRLUpdate/many-CAs-with-signers-crl-workaround (88.98s)
--- FAIL: TestAll/parallel/TestMTLSWithCRLs (486.06s)
--- FAIL: TestAll/parallel/TestMTLSWithCRLs/certificate-distributes-its-own-crl (98.32s)
--- FAIL: TestAll/parallel/TestMTLSWithCRLs/certificate-distributes-its-signers-crl (93.30s)
--- FAIL: TestAll/parallel/TestMTLSWithCRLs/certificate-distributes-its-signers-crl-with-workaround (94.26s)
--- FAIL: TestAll/parallel/TestMTLSWithCRLs/large-crl (94.71s)
--- FAIL: TestAll/parallel/TestMTLSWithCRLs/multiple-intermediate-ca (95.40s) /test e2e-aws-operator |
/test all |
e2e-aws-ovn-upgrade job failed after 4m28s. /test e2e-aws-ovn-upgrade |
e2e-aws-operator - job failed after 9m18s. /test e2e-aws-operator |
/test e2e-aws-operator |
/test e2e-aws-operator |
/retest |
I cherry-picked #904 onto these changes and opened #945 to test, and while |
e2e-aws-operator failed again on |
@Miciah: Overrode contexts on behalf of Miciah: ci/prow/e2e-aws-operator In 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/test-infra repository. |
@rfredette: The following test failed, say
Full PR test history. Your PR dashboard. 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/test-infra repository. I understand the commands that are listed here. |
@rfredette: Jira Issue OCPBUGS-14455: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-14455 has been moved to the MODIFIED state. In 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/test-infra repository. |
Fix included in accepted release 4.12.0-0.nightly-2023-06-07-221552 |
Manual cherry pick & squash of #939
Leave a stub of the CRL controller to clean up any existing configmaps. The stub controller will need to be removed in a future release
Use cluster-wide proxy for CRL downloads when available
Add a test with several test cases to test CRL management, and a test to test CRL updates