Remove TLS min version validation for OpenShift profile compatibility#122
Remove TLS min version validation for OpenShift profile compatibility#122tpantelis wants to merge 1 commit into
Conversation
Removed the validation that enforced TLS 1.2 as the minimum version when the --tls-min-version CLI flag is specified. This allows OpenShift TLS profiles that support older versions (e.g., the "Old" profile with TLS 1.0) to be used when explicitly configured. When --tls-min-version is not specified, the webhook server still defaults to TLS 1.2, maintaining secure defaults while allowing backwards compatibility when needed. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tpantelis 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 |
WalkthroughThe enforcement that ChangesRemove TLS 1.2 minimum version floor
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 12 | ❌ 3❌ Failed checks (3 warnings)
✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@raphaelvrosa I explained that in the PR description: "This allows OpenShift TLS profiles that support older versions (e.g., the |
|
/retest |
|
@tpantelis: The following test 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. |
Removed the validation that enforced TLS 1.2 as the minimum version when the
--tls-min-versionCLI flag is specified. This allows OpenShift TLS profiles that support older versions (e.g., the "Old" profile with TLS 1.0) to be used when explicitly configured.When
--tls-min-versionis not specified, the webhook server still defaults to TLS 1.2, maintaining secure defaults while allowing backwards compatibility when needed.Summary by CodeRabbit
Refactor
Tests