I need to run HAProxy in my environment like below so I can intercept requests to backend services in order to convert a JWT Bearer token to a Query parameter before the backend service is called. This is a change that is coming to our frontend applications. Is something that would be possible to do in Qovery?
Hi @rjohnson ,
Excellent question and thanks for providing a diagram. I think this guide will help you to do this setup.
It’s an example with NGINX but with HAProxy it will be the same.
Let me know if you have any questions.
Thanks @rophilogene , I’ll try out this guide!