Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 577 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 577 Bytes

deck-issue-144-repro

Repro for Kong/deck#144

Steps

./docker-build.sh

docker-compose up -d
curl -i -X POST \
  --url http://localhost:8001/plugins \
  --header 'content-type: application/json' \
  --data '{"name": "array-config", "config": {"array":[{"name":"Test","versions":[{"version":1,"enabled":false},{"version":2,"enabled":true},{"version":3,"enabled":true}]}]}}'
deck dump

Observe array-config plugin config output in kong.yaml

deck sync

Observe 404 Bad Request during sync