npm.io
0.1.0 • Published 6 years ago

ssm-cred-pull

Licence
ISC
Version
0.1.0
Deps
1
Size
3 kB
Vulns
1
Weekly
0

SSM Cred Pull

Pull and push credentials to and from AWS Parameter Store

AWS Parameter Store should be the single source of truth for all secrets. This will allow:

  1. Devs to run a script which will pull all env vars and create a direnv and dotenv compatible .env file automatically
  2. Devs can change environment variables on the fly in staging and UAT without needing to change values.yaml
  3. The values.yaml will only contain non-secret, configuration-oriented key-value pairs, making it easier to maintain

Installation

OS X & Linux:

helm plugin install https://this-url-is-temporary.com/

Pulling secrets

Usage example goes here

Development setup

Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.

make install
npm test

Keywords