Konga Add plugins on route not loading sometimes.
jeremyjpj0916 opened this issue · 5 comments
Does per "add plugin" parse/go through all the plugins and their schema configs before the selecting of one to use? Could that be broken up to be done AFTER a plugin has been selected to add and then load their schema when 1 has been picked to add 1 by one?
Looks like we land here I suppose:
https://github.com/pantsel/konga/blob/master/assets/js/app/routes/controllers/route-plugins-controller.js#L46
And then that load DOES do a blank generic query of ALL Kong plugins?
https://github.com/pantsel/konga/blob/master/assets/js/app/plugins/plugins-service.js#L16
Why would that be necessary? Isn't the goal to just see enabled plugins on the Kong node and to load a selector box on what plugin we would want to add to said route?