terraform-operator
terraform-operator copied to clipboard
Terraform runner container is running with root privilege
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