Relative Content

Tag Archive for swaggeropenapimicronaut

Swagger for microservice behind gateway

Context is a microservice architecture built with Micronuat that has a api gateway infront of them. Each microservice generates a swagger but that swagger is not correct because of the api gateway infront of them that does handle a few things like authorization and some path rewrites. The api gateway is also built on micronaut and is generic.