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:
- Devs to run a script which will pull all env vars and create a direnv and
dotenv compatible
.envfile automatically - Devs can change environment variables on the fly in staging and UAT without
needing to change
values.yaml - The
values.yamlwill 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