Extend sandbox for configuration with `db`, `domain` and maybe `bus` namespaces and limit `process` API access
georgolden opened this issue · 0 comments
georgolden commented
Describe the problem
Lines 31 to 32 in d31792c
We have only process
injected into config sandbox
- we need to limit process API access only to process.env, because we don't really need other process API for config
- we may need other namespaces to be available for Logger configuration to inject writable destinations from application
Describe the solution
- Limit process API access to just env
- Extend context within the application sandbox or some particular namespaces
@tshemsedinov please edit
Alternatives
No response
Additional context
No response