-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[release-4.18] OCPBUGS-65943: TLS 1.3 / Modern profile tests #30530
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.18] OCPBUGS-65943: TLS 1.3 / Modern profile tests #30530
Conversation
Adds tests to core services for ensuring that they are serving TLS versions in line with the currently selected TLS profile in the cluster config.
- Exclude intentionally broken catalog-error JSON from validation The file test/extended/util/compat_otp/testdata/opm/render/validate/catalog-error/operator-2/index.json contains invalid JSON by design for testing error cases - Regenerate annotations for TestTLSMinimumVersions test This test was added in the cherry-pick but annotations weren't regenerated 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@wangke19: This pull request references Jira Issue OCPBUGS-65943, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wangke19 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Scheduling required tests: |
|
/hold Investigating 4.21-e2e-metal-ipi-ovn-bm failures |
|
Scheduling required tests: |
|
@wangke19: 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. |
|
/close |
|
@wangke19: This pull request references Jira Issue OCPBUGS-65943. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state. 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. |
Summary
Cherry-pick of #29611 to release-4.18 branch.
This PR adds comprehensive TLS version tests for core OpenShift services to ensure proper TLS 1.3 and Modern profile support.
Changes include:
Cherry-picked commits:
Original PR: #29611
Supersedes: #30522
🤖 Generated with Claude Code