adobe-apiplatform/apigateway

Execute commands inside the container only with unprivileged users

Opened this issue · 0 comments

The apigateway container needs to run with root privileges as some of the commands executed inside the container are executed by root. Example here.
One way to fix this would be to create a new user beside the api-gateway one, in the same usergroup, and only execute commands inside container with these two existing users.