hashicorp / docker-vault

Official Docker images for Vault
Mozilla Public License 2.0
500 stars 223 forks source link

Use new docker env var for decrypting TLS secret key file #336

Open GPKyte opened 1 year ago

GPKyte commented 1 year ago

Addresses #211 and related to hashicorp/vault issues 7072 and 7074

New env var docker run -e "VAULT_TLS_KEY_PASSPHRASE=what-you-provide" now checked within docker-entrypoint.sh and supplied as vault command via pipe. This allows non-interactive docker deployments of the vault container.

hashicorp-cla commented 1 year ago

CLA assistant check
All committers have signed the CLA.