aws-ssm-keyring

2.0.1 • Public • Published

aws-ssm-keyring

Greenkeeper badge

Manage Team Secrets using AWS SSM

This is a simple for managing secrets within a team.

Secrets are stored as Amazon EC2 Systems Manager parameters, and encrypted using a Amazon IAM Encryption key.

That way you can easily assign who has access the the secrets.

Setup

Create a new Encryption Key in AWS IAM. Assign users that should be allowed to access the data as admins or users of that key.

Copy the .env.dist file to .env and put the key ID in there and add your personal AWS credentials.

Run

npm i

Usage

% node dist/cli.js --help    

  Usage: cli [options] [command]


  Options:

    -h, --help  output usage information


  Commands:

    set <id> <secret>  set the secret for the given id
    get <id>           show the secret for the given id
    delete <id>        delete the secret for the given id
    list               list all ids for this team keyring
    help [cmd]         display help for [cmd]

Readme

Keywords

none

Package Sidebar

Install

npm i aws-ssm-keyring

Weekly Downloads

2

Version

2.0.1

License

BSD-3-Clause

Unpacked Size

24.6 kB

Total Files

11

Last publish

Collaborators

  • coderbyheart