Ole Lensmar
Ole Lensmar
When kusk generates operation-specific ingresses from a swagger2 specification, the (optional) basePath in that definition gets lost. For example if my Swagger2 definition contains ```yaml basePath: "/api" ``` and an...
As a developer I want to have a rapid development loop when I make changes to my API - whenever I update my API i want my corresponding ingress configuration...
**Is your feature request related to a problem? Please describe.** I'm new to kubernetes and need to install an API gateway to expose my API. I want to use kusk...
**Is your feature request related to a problem? Please describe.** I'm using HAProxy for my REST APIs and it's a hassle to create/maintain the required configurations **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** I would like to be able to generate Contour HTTPProxy configurations from my OpenAPI definition **Describe the solution you'd like**...
as a new user I would like to be able to see the output of kusk without having to install anything - a simple online form allowing me to specify...
**Is your feature request related to a problem? Please describe.** I would like to be able to use Kusk with Kong API Gateway **Describe the solution you'd like** Kusk should...
I would like to have validation working even when mocking - so that those who are prototyping clients can see if they are sending invalid requests to the mock
Since this is one of the main selling points of Kusk Gateway I suggest we have dedicated guides that cover the (mostly automated) deployment workflow achievable with Kusk Gateway: -...
If validation has been configured for an operation it should be applied before any other applicable processing, i.e. routing, mocking, etc.