-
Notifications
You must be signed in to change notification settings - Fork 459
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
Sequential Proxy Backends Mutate Request Headers #959
Comments
Hi @mathewsheets can you share the configuration you're using? |
Thank you for following up. 2 configs attached; 1 for v1.3.0 and 1 for v2.8.0 krakend-1.3.0.json The desired result is found in config for v1.3.0 and no longer works for config 2.8.0. Thank you |
Yes, this is actually expected. As we move towards a more secure environment, no longer is possible to share the request headers between backends in a sequential flow. Good news thou, we're currently working on a feature planned for 2.9 where you will be able to propagate parameters among backends without having to specify them in the Endpoint config
The Requesting
... and the We plan to release CE 2.9.0 in the following weeks :) |
Upgraded from v1.3.0 to 2.8.0, the capability to mutate the request headers in a backend with a lua script so that the next backend can access the mutated request headers no longer works for sequential proxy. Did v2 take away this capability, or is there a different approach I should take?
The text was updated successfully, but these errors were encountered: