aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/upstream.yml
Commit message (Collapse)AuthorAgeFilesLines
* upstream: allow 200 as a valid return code when adding targetGaëtan Duchaussois2021-12-101-1/+1
|
* Use PUT methods instead of manually detecting if new or updatePaul Bonaud2020-10-141-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 unhealthyGaëtan Duchaussois2018-05-151-1/+1
|
* add support for upstream with multiple targetsGaëtan Duchaussois2018-05-141-0/+55