Hi,
We are having multiple backend app engine services and we are securing them by using a single API gateway. At this point of instant, we are facing an issue. The issue is:
So, we are assigning each individual service URL in x-google-backend at path or operation level. Then we are getting an error of 404 or 405 when we try to hit from our client app.
But, when we move the x-google-backend extension to 'top level', it's working fine. That means for each and every backend service we need to define a separate config file and a separate gateway, which is not what we are expected of.
Is there any workaround solution, like by defining multiple open API configs for a single API gateway or path level changes or something else? It will be so helpful if anyone can advise us on this issue.
thanks in advance, kesava.