1.0.1 • Published 5 years ago

configuru-vault v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

configuru-vault

Based on this template

🛅

Build Status Coverage Maintainability Vulnerabilities Dependency Status Dev Dependency Status

Let your environment fill with vault secrets.

Purpose

Set your environment variables from the Vault.

Usage

  1. Fetch your Vault secret URL from the UI
  2. Set it as CFG_VAULT_PATH
    CFG_VAULT_PATH=https://example-vault.com/ui/vault/secrets/secret/show/path/to/the/secret
    Only Vault K/V Storage is now supported.
  3. Set authentication.
    CFG_VAULT_USERPASS={your base64 encoded `username:password`}
    Only userpass is now supported.
  4. Run your node with -r

    node -r configuru-vault/register my_app.js

How it works

TBD.

License

This project is licensed under MIT.