STOR-3001: Add TLS scanner job to csi-operator for SMB - #82657
STOR-3001: Add TLS scanner job to csi-operator for SMB#82657openshift-merge-bot[bot] merged 1 commit into
Conversation
|
@RomanBednar: This pull request references STOR-3001 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughAdds an optional ChangesSMB TLS scanner coverage
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/assign @dfajmon For review. |
|
/lgtm |
|
/pj-rehearse ack |
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Adds an optional, manually-triggered TLS scanner presubmit job (tls-scanner-smb) to csi-operator for the SMB CSI driver operator across main, release-4.23, release-5.0, and release-5.1 branches. The job provisions an Azure cluster using the existing SMB workflow, installs the SMB operator through OLM, and scans the openshift-cluster-csi-drivers namespace.
f7a32b5 to
8f881dd
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dfajmon, 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 |
|
/pj-rehearse ack |
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@RomanBednar: all tests passed! 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 by CodeRabbit
tls-scanner-smbpresubmit that provisions an Azure cluster, installs the SMB CSI driver operator via OLM/OLM index, and runs TLS scanning for theopenshift-cluster-csi-driversnamespace.TLS_13_ENABLE_TLS_ADHERENCE/TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponentsand adding thetls-13test ref beforetls-scanner-run(including the new SMB scanner).tls-scanner-aws-efs), alongside the new SMB coverage.STOR-3001.