fix: Added check for conversion mode#300
Merged
Merged
Conversation
shivaygupta-dotcom
force-pushed
the
fix/openapi2mcp-conversion-only-fields
branch
from
July 10, 2026 07:47
bc81074 to
45b4c00
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #300 +/- ##
=======================================
Coverage 65.70% 65.70%
=======================================
Files 25 25
Lines 3260 3260
=======================================
Hits 2142 2142
Misses 905 905
Partials 213 213 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
manishsvk
approved these changes
Jul 13, 2026
harshadixit12
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We were copying
acl_attribute_typeandaccess_token_claim_fieldfrom the spec into the plugin config regardless of mode, but Kong Gateway only allows those fields inconversion-listenermode — inconversionmode it hard-rejects them.Added check to add these fields only in
conversion-listenermod.FTI: https://konghq.atlassian.net/browse/FTI-7733
GH: Kong/deck#2142