...
request comes from internal node (including a node with mod-scheduler) → let it pass through;
request comes from external network (internet) → forbid and return “404 Route not found“, as it’s done in case of unknown route.
The following diagram displays
Drawio sketch | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Folio modules and their sidecars deployed inside a cluster with predefined private network. Among other modules the deployment contains mod-scheduler, to run scheduled jobs, and an arbitrary business module, named “Module A” on the diagram. Module A provides regular interface /regular-url-A
along with _timer interface /timer-url-A
. Detailed information about Module A interfaces contained as usual in its Module Descriptor.
Tenant Entitlement manager enables an application with Module A
Pros
Mod-scheduler and the mod-sidecar remain unchanged
...