Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 283 Bytes

SECURE_CONFIGURATION.md

File metadata and controls

15 lines (12 loc) · 283 Bytes

Secure Configuration

HashiCorp Vault

Used as repository for retrieving secrets for configuration values.

docker run \
  -d \
  --cap-add=IPC_LOCK \
  -e 'VAULT_DEV_ROOT_TOKEN_ID=myroot' \
  -e 'VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:8300' \
  -p 8300:8300 \
  vault:1.12.2