-
Notifications
You must be signed in to change notification settings - Fork 2k
Add X25519MLKEM768 TLS verification test for OpenShift 4.21 #71151
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
base: master
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kaleemsiddiqu The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse periodic-ci-openshift-release-master-ci-4.21-e2e-aws-ovn-pq-tls-verify |
|
@kaleemsiddiqu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
a33069f to
9236c0b
Compare
|
/pj-rehearse periodic-ci-openshift-release-master-ci-4.21-e2e-aws-ovn-pq-tls-verify |
|
@kaleemsiddiqu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse abort |
|
@kaleemsiddiqu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@kaleemsiddiqu: job(s): periodic-ci-openshift-release-master-ci-4.21-e2e-aws-ovn-pq-tls-verify either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse periodic-ci-openshift-release-master-ci-4.21-e2e-aws-pq-tls-verify |
|
@kaleemsiddiqu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
9236c0b to
9ee4b24
Compare
|
/pj-rehearse periodic-ci-openshift-release-master-ci-4.21-e2e-aws-pq-tls-verify |
|
@kaleemsiddiqu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
9ee4b24 to
b65bcda
Compare
|
/pj-rehearse periodic-ci-openshift-release-master-ci-4.21-e2e-aws-pq-tls-verify |
|
@kaleemsiddiqu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
This step verifies that OpenShift control plane components (kube-apiserver, etcd, kube-scheduler, kube-controller-manager) negotiate X25519MLKEM768 as the TLS1.3 group for post-quantum cryptography support. The test uses Fedora 41 base image with OpenSSL 3.5 which supports PQ crypto groups. It installs oc CLI, uses port-forward to connect to each component, and openssl s_client with -tls1_3 -groups X25519MLKEM768 to verify the TLS handshake negotiates the expected post-quantum crypto group.
Adds weekly periodic test to verify post-quantum cryptography support in OpenShift 4.21 control plane components.
b65bcda to
1504ff9
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-release-master-ci-4.21-e2e-aws-pq-tls-verify |
|
@kaleemsiddiqu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@kaleemsiddiqu: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
Summary
Add automated testing for post-quantum cryptography (PQC) TLS support in OpenShift 4.21 control plane components.
Changes
1. New Step Registry Test
Created
openshift-e2e-test-qe-pq-tls-verifystep that verifies all control plane components negotiate X25519MLKEM768 as the TLS1.3 group:Location:
ci-operator/step-registry/openshift/e2e/test/qe/pq-tls-verify/2. Periodic CI Test for 4.21
Added weekly periodic test:
periodic-ci-openshift-release-master-ci-4.21-e2e-aws-ovn-pq-tls-verifyTest Methodology
The test uses:
oc port-forwardto connect to each control plane component podopenssl s_clientto perform TLS handshake