Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GPKyte
Copy link

@GPKyte GPKyte commented Apr 29, 2023

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.

New env var `docker run -e "VAULT_TLS_KEY_PASSPHRASE=what-you-provide"`
now checked within docker-entrypoint.sh and supplied as STDIN
to vault command via pipe. This allows non-interactive docker
deployments of the vault image.
@hashicorp-cla
Copy link

hashicorp-cla commented Apr 29, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants