Skip to content

Commit

Permalink
Override Kong plugin that rewrites HTTP error responses AB#16842 (#6336)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeLyttle authored Sep 16, 2024
1 parent bdd3329 commit d124b28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tools/Kong/config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
config:
rewrite:
- "--"
# override existing post-function_200 plugin that rewrites HTTP error responses
- name: post-function_200
tags: [ns.$KONG_NAMESPACE.$ENVIRONMENT]
enabled: true
config:
access: [ return ]
routes:
- name: $SERVICE-$KONG_NAMESPACE-get-post-put-delete
methods:
Expand Down

0 comments on commit d124b28

Please sign in to comment.