Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

smoliji/configuru-vault

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •