cgetzen / secretsmanagerenv

Launch a process with environment variables from @AWS Secrets Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SecretsManagerEnv

SecretsManagerEnv (smenv) provides a convenient way to launch a processes with environment variables sourced from @AWS's Secrets Manager. Smenv is influenced by Vaultenv and Hashicorp's Envconsul.

Smenv is built around the concept of twelve factor apps.

Usage

smenv -s rails_secrets/prod -s hello_world_secret -r us-east-1 "rails s -b 0.0.0.0"

About

Launch a process with environment variables from @AWS Secrets Manager

License:GNU General Public License v3.0


Languages

Language:Go 79.9%Language:Makefile 10.6%Language:Dockerfile 9.5%