-
I need to take the ID from the Jwt token and manipulate the request to add this ID in the request header that goes to the upstream service. Is it possible to do this in Kong? |
Beta Was this translation helpful? Give feedback.
Answered by
jschmid1
Nov 22, 2021
Replies: 1 comment
-
Not natively. There are plugins that allow you to write your own functions for various phases though. See here -> https://docs.konghq.com/hub/kong-inc/serverless-functions/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kikito
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not natively. There are plugins that allow you to write your own functions for various phases though. See here -> https://docs.konghq.com/hub/kong-inc/serverless-functions/