terraform-operator icon indicating copy to clipboard operation
terraform-operator copied to clipboard

Terraform runner container is running with root privilege

Open IbraheemAlSaady opened this issue 2 years ago • 0 comments

The terraform runner Dockerfile does not have user set. Check here

The reason for that decision came when support for private SSH keys was introduced as there were issues adding the SSH key with the ssh-agent command. (Ref)

We need to investigate how to make this work while the container is running in a non-root user

Versions

  • Runner: 0.4.0

IbraheemAlSaady avatar Jul 21 '22 07:07 IbraheemAlSaady