Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 369 Bytes

ssm-env is a simple UNIX tool to populate env vars from AWS Parameter Store. Given the following environment:

RAILS_ENV=production
COOKIE_SECRET=ssm://prod.app.cookie-secret

You can run the application using ssm-env to automatically populate the COOKIE_SECRET env var from SSM:

$ ssm-env env
RAILS_ENV=production
COOKIE_SECRET=super-secret