OCPBUGS-122924: Default IngressController to Modern TLS - #10875
redhat-chai-bot wants to merge 1 commit into
Conversation
|
@redhat-chai-bot: This pull request references Jira Issue OCPBUGS-122924, 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. |
|
Important Review skippedWe couldn't safely recover the incremental review. No full review was started, and the last reviewed checkpoint was preserved. Retry later, or explicitly request a full review by commenting You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe default ingress controller now includes a Modern TLS security profile. The ingress manifest test verifies that the profile exists and uses ChangesDefault ingress TLS configuration
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Bug fix Merge Risk: ⚪ Minimal · up to New installations receive the intended Modern TLS profile, while existing upgrade handling remains unchanged. No merge-blocking risk was found. 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Set the Modern TLS security profile on the generated default IngressController for greenfield installations. This gives new clusters a secure current default. Leave existing IngressControllers unchanged during upgrades so clusters keep the TLS profile already chosen or inherited before this default is applied. This commit resolves OCPBUGS-122924. https://redhat.atlassian.net/browse/OCPBUGS-122924 * pkg/asset/manifests/ingress.go (Ingress.generateDefaultIngressController): Set the default TLS profile. * pkg/asset/manifests/ingress_test.go (TestGenerateDefaultIngressController): Verify the Modern TLS profile.
2939d8d to
e085575
Compare
|
@redhat-chai-bot: 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. |
What
Validation
./hack/go-fmt.sh .go test ./pkg/asset/manifests -run '^TestGenerateDefaultIngressController$' -count=1git diff --checkJira
AI-generated. Review for accuracy.
@Miciah requested in Slack thread
Summary by CodeRabbit