# ssm-cred-pull

> Pull secrets from AWS SSM Parameter Store and set them as env vars.

Latest version **0.1.0** (published 2019-10-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install ssm-cred-pull
pnpm add ssm-cred-pull
yarn add ssm-cred-pull
bun add ssm-cred-pull
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2019-10-30 |
| First published | 2019-10-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Jeffrey Richie |
| Maintainers | louis.clotman |
| Keywords | parameter-store |

## Links

- npm: https://www.npmjs.com/package/ssm-cred-pull
- Repository: https://github.com/trade-platform/ssm-cred-pull
- Homepage: https://github.com/trade-platform/ssm-cred-pull#readme
- Issues: https://github.com/trade-platform/ssm-cred-pull/issues
- npm.io page: https://npm.io/package/ssm-cred-pull

## Dependencies (1)

- [aws-sdk](https://npm.io/package/aws-sdk.md) ^2.219.1

## Recent versions

- 0.1.0 (latest) — 2019-10-30

## README

# 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

![](header.png)

## Installation

OS X & Linux:

```sh
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.

```sh
make install
npm test
```

---
_Source: https://npm.io/package/ssm-cred-pull · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
