kongfig icon indicating copy to clipboard operation
kongfig copied to clipboard

kongfig apply gives 400 Bad Request with custom plugins

Open GreensterRox opened this issue 6 years ago • 1 comments

Hello,

When running

kongfig apply --path /my/file.json

with custom plugins I get

POST http://localhost:8001/apis/a0649784-3c46-43a1-b35c-80c2fa8a698e/plugins 
 {}
400 Bad Request { name: 'name is required' }
Error: Bad Request
{"name":"name is required"}
 
 Error: Bad Request
{"name":"name is required"} 

It seems to trip up on the first custom plugin, is there a way around this?

Thanks !

GreensterRox avatar Sep 04 '18 13:09 GreensterRox

'name is required' maybe give you some debug information

albertux avatar Sep 18 '18 03:09 albertux