Uh oh!
There was an error while loading. Please reload this page.
HPCASE-362: Promote TLSAdherence feature gate to GA - #2883
Conversation
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
Hello @joelanford! Some important instructions when contributing to openshift/api: |
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: Enterprise Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (8)
🚧 Files skipped from review as they are similar to previous changes (5)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThis PR enables the TLSAdherence feature gate for default and OKD profiles. It updates four feature-gate manifests to move TLSAdherence from disabled to enabled lists. It adds the optional Possibly related PRs
Suggested reviewers: Merge Risk:⚪ Minimal · up to This PR promotes TLSAdherence to GA and enables the existing API field in the Default and OKD feature sets; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Comment |
[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 |
joelanford
commented
Jun 9, 2026
This is speculative to see what gating criteria need to be added to https://redhat.atlassian.net/browse/HPCASE-362 |
joelanford
commented
Jun 9, 2026
/test ? |
@joelanford: This pull request references HPCASE-362 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "5.0.0" version, but no target version was set. 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. |
everettraven
commented
Jun 16, 2026
@joelanford Is there on-going work to add tests for this feature? |
richardsonnick
commented
Jul 21, 2026
@everettraven We have a PR here openshift/origin#31309 that should be gtg. The current CI failures seem to be due to flakiness |
joelanford
commented
Aug 18, 2026
/test verify-feature-promotion |
9fce402 to
88d8373CompareNote GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
@joelanford: 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. |
Summary
Promotes the
TLSAdherencefeature gate to GA by enabling it in theDefaultandOKDfeature sets (in addition to the existingTechPreviewNoUpgradeandDevPreviewNoUpgrade).This enables the
tlsAdherencefield on theapiserver.config.openshift.io/v1APIServer resource for all clusters, allowing administrators to control how strictly components honor the centralized TLS security profile.References