Open
Description
Environment info
- Version: 2.0
- Deployment: N/A
- Customer: N/A
Actual behavior
- Currently, lambda functions run as a normal process with root permissions, both on the server and on the agents.
- This is both a security issue and a human error hazard.
Expected behavior
- Lambda functions should run in a container with limited access to the host.
Steps to reproduce
- N/A