romanovskyj / gongfig

Import and export Kong configuration tool written in Go
Apache License 2.0
25 stars 5 forks source link

Plugin export/import feature #46

Closed alex-vasilchenko-md closed 5 years ago

alex-vasilchenko-md commented 5 years ago

Hi @romanovskyj ! The tool is really nice and it worked for my simple Kong 1.0.3 setup with services and routes!

I had a quick look into the code and found out that there is PluginsPath and looks like export/import for plugins is planned but I didn't see it was used in https://github.com/romanovskyj/gongfig/blob/master/pkg/actions/export.go Are you planning to add plugin export/import feature?

romanovskyj commented 5 years ago

Hi, all collections are fully supported and plugins also. https://github.com/romanovskyj/gongfig/blob/master/pkg/actions/export.go#L164 it is obtained here. Anyway, if your plugin is not exported correctly, let me know.

alex-vasilchenko-md commented 5 years ago

Got it! thank you very much!