secret-writer

0.1.0 • Public • Published

Secret Writer

Writes the content of an AWS Secret Manager secret to the filesystem.

Secret writer can write an entire secrets object or a single secret value to the filesystem:

How can I use this in my project?

npm i secret-writer

write an entire secret

const secretWriter = require('secret-writer');

secretWriter.writeSecretToFileSystem('/some/file/path', 'ALL_THE_SECRETS');

write a specific secret value

const secretWriter = require('secret-writer');

secretWriter.writeSecretToFileSystem('/some/file/path', 'ALL_THE_SECRETS', 'SOME_SECRET');

Readme

Keywords

none

Package Sidebar

Install

npm i secret-writer

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

2.17 kB

Total Files

4

Last publish

Collaborators

  • phillipbarron