-
Notifications
You must be signed in to change notification settings - Fork 584
CNTRLPLANE-2241: Loosen KMS validation to allow nil KMSConfig #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?
CNTRLPLANE-2241: Loosen KMS validation to allow nil KMSConfig #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 |
||||||||||||||||||||||||
|
[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 |
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
@ardaguclu: 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. |
|
/hold |
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