Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upstream: allow 200 as a valid return code when adding target | Gaëtan Duchaussois | 2021-12-10 | 1 | -1/+1 |
| | |||||
* | Use PUT methods instead of manually detecting if new or update | Paul Bonaud | 2020-10-14 | 1 | -13/+3 |
| | | | | | | | | | | | Kong supports resource idempotency by calling the `PUT` method on user creation/update. Kong will decide by itself whether to create or update the resource. It's clearer and less code on our side. However we can only do this on named resources (not possible on Plugins and Routes which are attached to the `service` with an ID). | ||||
* | target might be marked as absent if unhealthy | Gaëtan Duchaussois | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | add support for upstream with multiple targets | Gaëtan Duchaussois | 2018-05-14 | 1 | -0/+55 |