node-secure-config

0.0.2 • Public • Published

Node.js Hooroo Secure Config

For usage in Node.js applications and lambdas. Decrypt a secure config file which has been generated from Hooroo Secure Config.

Example

var AWS          = require("aws-sdk");

AWS.config.update({
  region: "ap-southeast-2"
});

var fs           = require('fs')
var secureConfig = require('./index.js')

secureConfig.decryptConfig(fs.readFileSync('./sensitive').toString()).then(console.log)

This project requires AWS to be present in the parent project, but does not force a version.

Readme

Keywords

none

Package Sidebar

Install

npm i node-secure-config

Weekly Downloads

4

Version

0.0.2

License

MIT

Last publish

Collaborators

  • dekz
  • hooroo