]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/commit
Use PUT methods instead of manually detecting if new or update
authorPaul Bonaud <paul.bonaud@fretlink.com>
Mon, 12 Oct 2020 15:11:48 +0000 (17:11 +0200)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Wed, 14 Oct 2020 08:04:59 +0000 (10:04 +0200)
commit86fe1360cfff115b42607de3ed22fd8c0c75ccc0
tree1e926825fba4b454765068d8ee7d77efeb14c3ce
parent2e423637ee780bd273094ad52e49906100724d08
Use PUT methods instead of manually detecting if new or update

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).
tasks/kong-app.yml
tasks/upstream.yml