-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Description
It would be nice to be able to run the agent as a non-root user, or, only run the supervisor as root, and drop privileges on the child process if they're not needed.
In our case, we'd like to only deploy signed binaries which are checked by a server agent as part of the deploy process (with the agent only decrypting a payload if the signatures are verified). Because code-deploy runs as root, it is possible that compromised credentials could lead to an unauthorized payload being deployed.
Constantin07 and foul-tarnished-devConstantin07 and foul-tarnished-devConstantin07 and foul-tarnished-dev