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: |
📝 WalkthroughWalkthroughThis PR promotes the TLSAdherence feature gate from a disabled/tech-preview state to enabled across default and OKD deployment profiles. The feature gate definition in features.go is updated to include Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
This is speculative to see what gating criteria need to be added to https://redhat.atlassian.net/browse/HPCASE-362 |
|
/test ? |
|
@joelanford: The following commands are available to trigger required jobs: The following commands are available to trigger optional jobs: Use 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 kubernetes-sigs/prow repository. |
|
@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. |
|
@joelanford: The following tests 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