jeremyjpj0916

Results 114 comments of jeremyjpj0916
trafficstars

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...

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...

Oh looks like pending PR here: https://github.com/openresty/lua-nginx-module/pull/997 , but its been ongoing since 2017 and not gotten much love lately

@thibaultcha you see what I mean in this PR? Am I off base thinking something in the pdk in the context of unit testing does not behave as it would...

> @thibaultcha @jeremyjpj0916 Is there a way to rate-limit this endpoint "/oauth2/token" via a rate-limiting plugin maybe? @codifierr Complexity there is when you have LB's in-front of Kong and no...

I don't think header based routing solves what this PR solves. This PR is all about being able to allow traffic you want and reject traffic you don't based on...

@zimmerle @martinhsv @defanator @victorhora Any thoughts here? Should be good to ```#ShipIt```