Ole Lensmar

Results 144 issues of 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...

kind/enhancement

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...

area/operator
kind/feature

**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...

kind/feature

**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...

kind/feature

**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**...

kind/feature

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...

kind/feature

**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...

area/generators
kind/feature

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

area/operator
kind/enhancement
ready

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: -...

area/docs

If validation has been configured for an operation it should be applied before any other applicable processing, i.e. routing, mocking, etc.

area/operator
kind/enhancement
duplicate