I have deployed ambassador edge stack and I am using hosts and mapping resources to route my traffic. I want to implement the mapping in such a way that if there is any double slash in the path, using regex (or any other available way) to remove one slash from it.
For example, if client request https://a.test.com//testapi I want it to be https://a.test.com/testapi.
I search through the ambassador documents but I am unable to find anything that can be of help.
Thank You
There is the Module Resource for emissary ingress.
You should add this to the module's yaml file: