...
what are the options for defining boundaries of internal network and providing this information to PRB plugin
what are the ways to inject the plugin into Kong request processing flow
is it possible to execute the plugin just right after Kong has found a route
will the route be available to the plugin
Pros
Modthe implementation is expected to be reasonably simple. it will affect only MTE and Kong
mod-scheduler and the modfolio-module-sidecar remain unchanged
the approach can also address Public/Private API problem
Cons
Possible security / entitlement issuesplugin development in Kong requires knowledge of Lua language but Eureka team has limited experience with it
Option 2
Have mod-scheduler send egress requests to it’s sidecar like every other module, and add a switch to the module-sidecar which indicates it should retrieve ALL bootstrap info at startup, and consume all discovery events.
...