aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/kong-app.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use PUT methods instead of manually detecting if new or updatePaul Bonaud2020-10-141-12/+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).
* add support for upstream with multiple targetsGaëtan Duchaussois2018-05-141-0/+4
|
* support multiple kong serversGaëtan Duchaussois2018-04-261-4/+4
|
* setup an array of servicesGaëtan Duchaussois2018-04-231-3/+6
|
* add travis configuration and fix testsGaëtan Duchaussois2018-04-201-2/+4
|
* After testingGaëtan Duchaussois2018-04-201-9/+9
|
* initial versionGaëtan Duchaussois2018-04-201-0/+24