student

Results 9 comments of student

+1. It uploads a zip file and makes it difficult to debug between local and lambda runtime.

Please let me know if anyone has a solution for this.

I tested this with branch. feat/consumer-refs. This branch works fine for this issue. @CyExy was this branch merged to master? https://github.com/mybuilder/kongfig/pull/80 mentions some were merged to master. can you please...

Hello, Is this issue fixed with 1.5.3? Thanks

@dgradl I was looking at your branch Kong0140. When adding a new Route i see a PUT being made instead of POST. Kong document also says it is a POST....

@dgradl I tried using the Branch for a simple service. I get PUT http://localhost:8001/routes/7c92cf1e-ee8d-39cc-85f8-355a3d6e4b86 { hosts: [ 'foo.com' ], paths: [], methods: [], service: { id: 'db7be8c1-7555-4349-aca4-292c6a659902' } } 405...

@dgradl I use 0.33 enterprise edition. Even the integration test produce the same result. FAIL test-integration/service.test.js (10.718s) ● Service routes › should add mockbin service with a route Not Allowed...

Hello @dgradl Thanks for your response. Actually i was wrong on the PUT support. Kong does not support a PUT (update/create route). It only does POST, PATCH , GET and...

@dgradl I tested this branch and Looks like this version does not handle pagination. https://github.com/mybuilder/kongfig/pull/158