You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I actually route to /swagger/docs/v1/audit
I get the swagger.json file perfectly.
The routing works on kuberentes, also seems like getting the swagger.json file from downstream service.
For some reason the /swagger endpoint is still showing 404.
Expected behavior
Same as with the first settings file, swagger should work.
I would really appreciate some help, thanks!
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
When running a local ocelot.json it's working perfectly.
With these settings:
But when using these settings on kubernetes:
I'm getting 404 for /swagger/index.html
but when I actually route to /swagger/docs/v1/audit
I get the swagger.json file perfectly.
The routing works on kuberentes, also seems like getting the swagger.json file from downstream service.
For some reason the /swagger endpoint is still showing 404.
Expected behavior
Same as with the first settings file, swagger should work.
I would really appreciate some help, thanks!
The text was updated successfully, but these errors were encountered: