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

[TT-13712] Extend gw debug endpoint to support oas #6752

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lghiur
Copy link
Member

@lghiur lghiur commented Dec 10, 2024

https://tyktech.atlassian.net/browse/TT-13712

Description

Context

At the moment our Dashboard and Gateway API for debugging, accept just classic api definitions. This is a problem for the onboarding flow since we want to be able to trigger requests for Tyk OAS API Definitions.

What will we do

  • We are going to extend the POST /api/debug to accept Tyk OAS API Definitions.

  • the API will be able to receive oas entry instead of spec

  • if both oas and spec are present, then the oas one will take precendence

Related Issue

Motivation and Context

How This Has Been Tested

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactoring or add test (improvements in base code or adds test coverage to functionality)

Checklist

  • I ensured that the documentation is up to date
  • I explained why this PR updates go.mod in detail with reasoning why it's required
  • I would like a code coverage CI quality gate exception and have explained why

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.

1 participant