kubeshop / kusk-gen

Kusk Gen generates Ingress-controller configurations from your OpenAPI definition
https://kubeshop.github.io/kusk-gen
MIT License
173 stars 12 forks source link

bug: nginx-ingress path.split = true doesn't generate an ingress per route #86

Closed kylehodgetts closed 3 years ago

kylehodgetts commented 3 years ago

When the path.split option is set to true, the nginx-ingress generator ignores it.

If path.split is set to true, it should force the generation of separate ingress resources for each route in the OpenAPI specification