-
Notifications
You must be signed in to change notification settings - Fork 586
OCPBUGS-74418: Introduce KMSEncryption feature gate #2670
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
base: release-4.21
Are you sure you want to change the base?
OCPBUGS-74418: Introduce KMSEncryption feature gate #2670
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@ardaguclu: This pull request references CNTRLPLANE-2241 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 story to target the "4.21.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. |
|
Hello @ardaguclu! Some important instructions when contributing to openshift/api: |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
Comment |
|
@ardaguclu: This pull request references CNTRLPLANE-2241 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 story to target the "4.21.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. |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
/hold |
|
@ardaguclu: This pull request references Jira Issue OCPBUGS-68343, 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. |
|
@ardaguclu: This pull request references Jira Issue OCPBUGS-74418, 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. |
|
/jira refresh |
|
@ardaguclu: This pull request references Jira Issue OCPBUGS-74418, which is invalid:
Comment 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. |
1f7dfcd to
484390a
Compare
|
/hold cancel |
|
@JoelSpeed would you please have a look at this backport. |
|
/hold |
|
Please update this to match the master branch version, we shouldn't be changing the XValidation rules at all |
ah, sorry. I messed up the rebase. |
484390a to
ed06a4b
Compare
ed06a4b to
81b2733
Compare
|
This should be ok now. |
|
/lgtm |
|
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/verify-crd-schema, ci/prow/verify-crdify 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. |
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@JoelSpeed there seems to be a typo that prevents adding this label |
|
/label backport-risk-assessed |
|
/retest |
1 similar comment
|
/retest |
|
/override ci/prow/e2e-aws-serial-techpreview |
|
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/e2e-aws-serial, ci/prow/e2e-aws-serial-techpreview 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. |
|
@ardaguclu: 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. |
|
/retest |
User description
This is manual backport of #2669
PR Type
Bug fix
Description
Relax KMS validation rule to allow nil KMSConfig when type is KMS
Update validation message to clarify kms config is only forbidden for non-KMS types
Modify test case to verify nil kms config is now accepted with KMS type
Regenerate all CRD manifests and OpenAPI specs with updated validation rules
Diagram Walkthrough
File Walkthrough
1 files
Update KMS validation rule to allow nil config1 files
Update test to verify nil kms config acceptance7 files
Regenerate CRD with updated validation ruleRegenerate CRD with updated validation ruleRegenerate CRD with updated validation ruleRegenerate featuregated CRD with updated validationRegenerate payload CRD with updated validation ruleRegenerate payload CRD with updated validation ruleRegenerate payload CRD with updated validation rule1 files
Remove feature gate reference from description