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

Override Kong plugin that rewrites HTTP error responses AB#16842 #6336

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

MikeLyttle
Copy link
Collaborator

@MikeLyttle MikeLyttle commented Sep 16, 2024

Implements AB#16842

Description

The rewriting of our HTTP error responses by Kong was happening because of a post-function_200 plugin that is applied globally. By overriding that with our own post-function_200 plugin that does nothing, our error responses will not be rewritten.

Testing

  • Unit Tests Updated
  • Functional Tests Updated
  • Not Required

Items to Review:

@MikeLyttle MikeLyttle added this pull request to the merge queue Sep 16, 2024
Merged via the queue into dev with commit d124b28 Sep 16, 2024
19 checks passed
@MikeLyttle MikeLyttle deleted the tasks/16842 branch September 16, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants