Add TLS 1.3 adherence parameters to csi-operator TLS scanner job - #82133
Add TLS 1.3 adherence parameters to csi-operator TLS scanner job#82133RomanBednar wants to merge 1 commit into
Conversation
WalkthroughThe CSI operator TLS scanner configuration enables TLS 1.3 adherence and adds the ChangesTLS 1.3 scanner configuration
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Closing: wrong target repo (aws-ebs-csi-driver-operator). Reopening with correct target (csi-operator). |
Add TLS_13_ENABLE_TLS_ADHERENCE, TLS_13_TLS_ADHERENCE_POLICY env vars and tls-13 step ref to tls-scanner-aws-ebs test in csi-operator configs for main, release-4.23, release-5.0, and release-5.1. This follows the pattern established in PR openshift#81917 for GCP Filestore and is a followup to PR openshift#82134 which added the base TLS scanner test.
c2915dd to
6df339f
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RomanBednar 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 |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-csi-operator-main-tls-scanner-aws-ebs pull-ci-openshift-csi-operator-release-4.23-tls-scanner-aws-ebs |
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-4.23-tls-scanner-aws-ebs |
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@RomanBednar: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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 TLS 1.3 adherence parameters to the
tls-scanner-aws-ebstest in csi-operator CI configs.Followup to #82134 which added the base TLS scanner test. This adds:
TLS_13_ENABLE_TLS_ADHERENCE: "true"env varTLS_13_TLS_ADHERENCE_POLICY: StrictAllComponentsenv var- ref: tls-13step beforetls-scanner-runPattern follows #81917 (GCP Filestore CSI driver operator).
Files changed
ci-operator/config/openshift/csi-operator/openshift-csi-operator-main.yamlci-operator/config/openshift/csi-operator/openshift-csi-operator-release-4.23.yamlci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.0.yamlci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.1.yamlSummary by CodeRabbit
csi-operatorCI configurations for main, release-4.23, release-5.0, and release-5.1.tls-13test alongside the existing scanner test.