Leak detection currently bakes all the hidden secrets into one app at startup and scans there. The enterprise plan (#212) builds a huge world lazily, where only the part the agent touches gets created. Each created service should watch only for the secrets relevant to it, not one global list.
Generalize the current single-app wiring to per-service scope.
From PR #259.
Leak detection currently bakes all the hidden secrets into one app at startup and scans there. The enterprise plan (#212) builds a huge world lazily, where only the part the agent touches gets created. Each created service should watch only for the secrets relevant to it, not one global list.
Generalize the current single-app wiring to per-service scope.
From PR #259.