Skip to content
This repository was 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
GPKyte wants to merge 1 commit intohashicorp:mainfrom
GPKyte:feature/non_interactive_tls_key_passphrase
Open

Use new docker env var for decrypting TLS secret key file#336
GPKyte wants to merge 1 commit intohashicorp:mainfrom
GPKyte:feature/non_interactive_tls_key_passphrase

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