Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. what are the options for defining boundaries of internal network and providing this information to PRB plugin

  2. what are the ways to inject the plugin into Kong request processing flow

    1. is it possible to execute the plugin just right after Kong has found a route

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

...