Skip to main content

Bridge between Vault and your app

Project description

Secrets.env is the bridge between Vault and your app.

It put values from Vault KV engine to environment variables like a .env loader, without landing credentials on disk.

$ cat .secrets-env.yaml
source:
  url: http://localhost:8200
  auth: token

secrets:
  EXAMPLE:
    path: secrets/example
    field: foo

$ secrets.env run sh -c 'echo \$EXAMPLE = $EXAMPLE'
[secrets_env] Read secrets.env config from /Users/tim_shih/.secrets-env.yaml
[secrets_env] 🔑 1 secrets loaded
$EXAMPLE = hello

Security is important, but don’t want it to be a stumbling block. We love secret manager, but the practice of getting secrets for local development could be a trouble.

This app is built to plug in secrets into development without landing data on disk, easily reproduce the environment, and reduce the risk of uploading the secrets to the server.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

secrets_env-0.28.2.tar.gz (32.9 kB view hashes)

Uploaded Source

Built Distribution

secrets_env-0.28.2-py3-none-any.whl (46.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page