Skip to content

Conversation

@ardaguclu
Copy link
Member

@ardaguclu ardaguclu commented Jan 26, 2026

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

flowchart LR
  A["Old validation rule:<br/>KMS type requires kms config"] -->|"Relax constraint"| B["New validation rule:<br/>Only forbid kms config for non-KMS types"]
  B --> C["Updated test cases"]
  B --> D["Regenerated CRD manifests"]
  B --> E["Updated OpenAPI spec"]
Loading

File Walkthrough

Relevant files
Bug fix
1 files
types_apiserver.go
Update KMS validation rule to allow nil config                     
+1/-1     
Tests
1 files
KMSEncryptionProvider.yaml
Update test to verify nil kms config acceptance                   
+10/-4   
Configuration changes
7 files
0000_10_config-operator_01_apiservers-CustomNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
0000_10_config-operator_01_apiservers-DevPreviewNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
0000_10_config-operator_01_apiservers-TechPreviewNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
KMSEncryptionProvider.yaml
Regenerate featuregated CRD with updated validation           
+2/-4     
0000_10_config-operator_01_apiservers-CustomNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
0000_10_config-operator_01_apiservers-DevPreviewNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
0000_10_config-operator_01_apiservers-TechPreviewNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
Documentation
1 files
openapi.json
Remove feature gate reference from description                     
+1/-1     

@openshift-ci-robot
Copy link

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 26, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 26, 2026

@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.

Details

In response to this:

This is manual backport of #2669

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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 26, 2026

Hello @ardaguclu! Some important instructions when contributing to openshift/api:
API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.

@coderabbitai
Copy link

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 26, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 26, 2026

@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.

Details

In response to this:

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

flowchart LR
 A["Old validation rule:<br/>KMS type requires kms config"] -->|"Relax constraint"| B["New validation rule:<br/>Only forbid kms config for non-KMS types"]
 B --> C["Updated test cases"]
 B --> D["Regenerated CRD manifests"]
 B --> E["Updated OpenAPI spec"]
Loading

File Walkthrough

Relevant files
Bug fix
1 files
types_apiserver.go
Update KMS validation rule to allow nil config                     
+1/-1     
Tests
1 files
KMSEncryptionProvider.yaml
Update test to verify nil kms config acceptance                   
+10/-4   
Configuration changes
7 files
0000_10_config-operator_01_apiservers-CustomNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
0000_10_config-operator_01_apiservers-DevPreviewNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
0000_10_config-operator_01_apiservers-TechPreviewNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
KMSEncryptionProvider.yaml
Regenerate featuregated CRD with updated validation           
+2/-4     
0000_10_config-operator_01_apiservers-CustomNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
0000_10_config-operator_01_apiservers-DevPreviewNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
0000_10_config-operator_01_apiservers-TechPreviewNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
Documentation
1 files
openapi.json
Remove feature gate reference from description                     
+1/-1     

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.

@qodo-code-review
Copy link

qodo-code-review bot commented Jan 26, 2026

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
Encryption misconfiguration

Description: Relaxing the validation to allow spec.encryption.type: KMS with spec.encryption.kms unset
may permit an encryption-at-rest misconfiguration (e.g., operator/controller behavior
could fall back to a weaker/default provider or fail open), so reviewers should verify
runtime behavior when KMS is selected but no KMS provider config is supplied.
types_apiserver.go [178-178]

Referred Code
// +openshift:validation:FeatureGateAwareXValidation:featureGate=KMSEncryptionProvider,rule="self.type != 'KMS' ? !has(self.kms) : true",message="kms config is forbidden when encryption type is not KMS"
// +union
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status:
Nil KMS edge case: The updated validation allows type: KMS with a missing kms configuration, which may lead
to a runtime failure or unclear behavior unless downstream consumers explicitly handle the
nil/empty KMS config case.

Referred Code
// +openshift:validation:FeatureGateAwareXValidation:featureGate=KMSEncryptionProvider,rule="self.type != 'KMS' ? !has(self.kms) : true",message="kms config is forbidden when encryption type is not KMS"
// +union

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status:
Relaxed validation risk: By relaxing the schema rule to permit a nil kms config when self.type is KMS, the API may
accept potentially insecure or non-functional encryption configurations unless other
layers enforce completeness.

Referred Code
// +openshift:validation:FeatureGateAwareXValidation:featureGate=KMSEncryptionProvider,rule="self.type != 'KMS' ? !has(self.kms) : true",message="kms config is forbidden when encryption type is not KMS"
// +union

Learn more about managing compliance generic rules or creating your own custom rules

  • Update
Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link

qodo-code-review bot commented Jan 26, 2026

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Simplify KMS validation rule

Simplify the CEL validation expression by replacing the ternary operator with a
more direct logical OR.

config/v1/types_apiserver.go [178]

-// +openshift:validation:FeatureGateAwareXValidation:featureGate=KMSEncryptionProvider,rule="self.type != 'KMS' ? !has(self.kms) : true",message="kms config is forbidden when encryption type is not KMS"
+// +openshift:validation:FeatureGateAwareXValidation:featureGate=KMSEncryptionProvider,rule="self.type == 'KMS' || !has(self.kms)",message="kms config is forbidden when encryption type is not KMS"
  • Apply / Chat
Suggestion importance[1-10]: 4

__

Why: The suggestion correctly identifies that the CEL expression can be simplified to self.type == 'KMS' || !has(self.kms), which improves readability and maintainability.

Low
  • Update

@ardaguclu
Copy link
Member Author

/cc @benluddy @bertinatto @p0lyn0mial

@ardaguclu
Copy link
Member Author

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 26, 2026
@ardaguclu ardaguclu changed the title CNTRLPLANE-2241: Loosen KMS validation to allow nil KMSConfig CNTRLPLANE-2241: Introduce KMSEncryption feature gate Jan 26, 2026
@ardaguclu ardaguclu changed the title CNTRLPLANE-2241: Introduce KMSEncryption feature gate OCPBUGS-68343: Introduce KMSEncryption feature gate Jan 26, 2026
@openshift-ci-robot openshift-ci-robot added the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Jan 26, 2026
@openshift-ci-robot
Copy link

@ardaguclu: This pull request references Jira Issue OCPBUGS-68343, which is invalid:

  • expected the bug to target the "4.21.0" version, but no target version was set
  • release note text must be set and not match the template OR release note type must be set to "Release Note Not Required". For more information you can reference the OpenShift Bug Process.
  • expected Jira Issue OCPBUGS-68343 to depend on a bug targeting a version in 4.22.0 and in one of the following states: MODIFIED, ON_QA, VERIFIED, but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

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

flowchart LR
 A["Old validation rule:<br/>KMS type requires kms config"] -->|"Relax constraint"| B["New validation rule:<br/>Only forbid kms config for non-KMS types"]
 B --> C["Updated test cases"]
 B --> D["Regenerated CRD manifests"]
 B --> E["Updated OpenAPI spec"]
Loading

File Walkthrough

Relevant files
Bug fix
1 files
types_apiserver.go
Update KMS validation rule to allow nil config                     
+1/-1     
Tests
1 files
KMSEncryptionProvider.yaml
Update test to verify nil kms config acceptance                   
+10/-4   
Configuration changes
7 files
0000_10_config-operator_01_apiservers-CustomNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
0000_10_config-operator_01_apiservers-DevPreviewNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
0000_10_config-operator_01_apiservers-TechPreviewNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
KMSEncryptionProvider.yaml
Regenerate featuregated CRD with updated validation           
+2/-4     
0000_10_config-operator_01_apiservers-CustomNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
0000_10_config-operator_01_apiservers-DevPreviewNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
0000_10_config-operator_01_apiservers-TechPreviewNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
Documentation
1 files
openapi.json
Remove feature gate reference from description                     
+1/-1     

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 ardaguclu changed the title OCPBUGS-68343: Introduce KMSEncryption feature gate OCPBUGS-74418: Introduce KMSEncryption feature gate Jan 26, 2026
@openshift-ci-robot
Copy link

@ardaguclu: This pull request references Jira Issue OCPBUGS-74418, which is invalid:

  • expected the bug to target either version "4.21." or "openshift-4.21.", but it targets "4.22.0" instead
  • release note text must be set and not match the template OR release note type must be set to "Release Note Not Required". For more information you can reference the OpenShift Bug Process.
  • expected dependent Jira Issue OCPBUGS-68343 to be in one of the following states: MODIFIED, ON_QA, VERIFIED, but it is POST instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

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

flowchart LR
 A["Old validation rule:<br/>KMS type requires kms config"] -->|"Relax constraint"| B["New validation rule:<br/>Only forbid kms config for non-KMS types"]
 B --> C["Updated test cases"]
 B --> D["Regenerated CRD manifests"]
 B --> E["Updated OpenAPI spec"]
Loading

File Walkthrough

Relevant files
Bug fix
1 files
types_apiserver.go
Update KMS validation rule to allow nil config                     
+1/-1     
Tests
1 files
KMSEncryptionProvider.yaml
Update test to verify nil kms config acceptance                   
+10/-4   
Configuration changes
7 files
0000_10_config-operator_01_apiservers-CustomNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
0000_10_config-operator_01_apiservers-DevPreviewNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
0000_10_config-operator_01_apiservers-TechPreviewNoUpgrade.crd.yaml
Regenerate CRD with updated validation rule                           
+2/-4     
KMSEncryptionProvider.yaml
Regenerate featuregated CRD with updated validation           
+2/-4     
0000_10_config-operator_01_apiservers-CustomNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
0000_10_config-operator_01_apiservers-DevPreviewNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
0000_10_config-operator_01_apiservers-TechPreviewNoUpgrade.crd.yaml
Regenerate payload CRD with updated validation rule           
+2/-4     
Documentation
1 files
openapi.json
Remove feature gate reference from description                     
+1/-1     

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
Copy link
Member Author

/jira refresh

@openshift-ci-robot
Copy link

@ardaguclu: This pull request references Jira Issue OCPBUGS-74418, which is invalid:

  • expected dependent Jira Issue OCPBUGS-68343 to be in one of the following states: MODIFIED, ON_QA, VERIFIED, but it is POST instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

/jira refresh

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 ardaguclu force-pushed the loosen-kms-validation-4.21 branch from 1f7dfcd to 484390a Compare January 27, 2026 05:39
@openshift-ci openshift-ci bot removed the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 27, 2026
@ardaguclu
Copy link
Member Author

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 27, 2026
@ardaguclu
Copy link
Member Author

@JoelSpeed would you please have a look at this backport.
/cc @p0lyn0mial @bertinatto @benluddy

@ardaguclu
Copy link
Member Author

/hold
Adding a hold until we have a minimal e2e running to ensure that everything works. Any review is still welcomed though :)

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 27, 2026
@JoelSpeed
Copy link
Contributor

JoelSpeed commented Jan 27, 2026

Please update this to match the master branch version, we shouldn't be changing the XValidation rules at all

@ardaguclu
Copy link
Member Author

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.

@ardaguclu ardaguclu force-pushed the loosen-kms-validation-4.21 branch from 484390a to ed06a4b Compare January 27, 2026 11:30
@ardaguclu ardaguclu force-pushed the loosen-kms-validation-4.21 branch from ed06a4b to 81b2733 Compare January 27, 2026 11:32
@ardaguclu
Copy link
Member Author

This should be ok now.

@JoelSpeed
Copy link
Contributor

/lgtm
/override ci/prow/verify-crdify
/override ci/prow/verify-crd-schema
/lable backport-risk-assessed

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 27, 2026

@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/verify-crd-schema, ci/prow/verify-crdify

Details

In response to this:

/lgtm
/override ci/prow/verify-crdify
/override ci/prow/verify-crd-schema
/lable backport-risk-assessed

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.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 27, 2026
@openshift-ci-robot
Copy link

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-aws-ovn
/test e2e-aws-ovn-hypershift
/test e2e-aws-ovn-hypershift-conformance
/test e2e-aws-ovn-techpreview
/test e2e-aws-serial-1of2
/test e2e-aws-serial-2of2
/test e2e-aws-serial-techpreview-1of2
/test e2e-aws-serial-techpreview-2of2
/test e2e-azure
/test e2e-gcp
/test e2e-upgrade
/test e2e-upgrade-out-of-change

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 27, 2026

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 27, 2026
@ardaguclu
Copy link
Member Author

/lable backport-risk-assessed

@JoelSpeed there seems to be a typo that prevents adding this label

@JoelSpeed
Copy link
Contributor

/label backport-risk-assessed

@openshift-ci openshift-ci bot added the backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. label Jan 27, 2026
@ardaguclu
Copy link
Member Author

/retest

1 similar comment
@ardaguclu
Copy link
Member Author

/retest

@JoelSpeed
Copy link
Contributor

/override ci/prow/e2e-aws-serial-techpreview
/override ci/prow/e2e-aws-serial

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 28, 2026

@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/e2e-aws-serial, ci/prow/e2e-aws-serial-techpreview

Details

In response to this:

/override ci/prow/e2e-aws-serial-techpreview
/override ci/prow/e2e-aws-serial

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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 28, 2026

@ardaguclu: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/verify-crd-schema 81b2733 link true /test verify-crd-schema
ci/prow/verify-crdify 81b2733 link true /test verify-crdify

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@ardaguclu
Copy link
Member Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. Review effort 2/5 size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants