Skip to content

mattburton/deck-issue-144-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published