Skip to content
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

Fix FTI-3278 / INS-1488 missing null type for kong request-validator plugin #4675

Merged
merged 7 commits into from
Apr 19, 2022

Conversation

filfreire
Copy link
Member

@filfreire filfreire commented Apr 6, 2022

changelog(OpenAPI-2-Kong): Fixed an issue where null type was missing on kong declarative config generation for the request-validator plugin when given nullable field on OpenAPI spec.

Context

Related to FTI-3278 / INS-1488. When folks use OpenAPI Spec 3.0.2 spec files and the inso cli tool to generate a Kong declarative configuration, when defining a body schema as nullable: true, the resulting kong declarative config for the request-validator plugin is missing a "null" type.

@filfreire filfreire changed the title Fix FTI-3278 missing null type for kong request-validator plugin Fix FTI-3278 / INS-1488 missing null type for kong request-validator plugin Apr 6, 2022
@filfreire filfreire self-assigned this Apr 6, 2022
@filfreire filfreire enabled auto-merge (squash) April 19, 2022 16:32
@filfreire filfreire merged commit 7e209fa into Kong:develop Apr 19, 2022
@filfreire filfreire deleted the fix/FTI-3278-missing-null-type branch October 11, 2022 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants