We are running the vault-cli in an Alpine Docker image within our GitLab CI. After an upgrade we are getting this when Vault is called:
/bin/bash: line 117: /usr/sbin/vault: Operation not permitted
Felix
We are running the vault-cli in an Alpine Docker image within our GitLab CI. After an upgrade we are getting this when Vault is called:
/bin/bash: line 117: /usr/sbin/vault: Operation not permitted
Felix
According to this issue, add this to your Dockerfile:
Note though that this is only secure when not using vault as server here.