fort-knox

0.1.6 • Public • Published

Fort Knox

Get secrets from Vault.

const FortKnox = require('fort-knox');

const vault = new FortKnox({
  auth: {
    data: {
      role_id: '...',
      secret_id: '...'
    },
    method: 'approle'
  },
  url: '...'
});

vault.get('secret/my/database/password').then(value => console.log(value));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.6
    8
    • latest

Version History

Package Sidebar

Install

npm i fort-knox

Weekly Downloads

9

Version

0.1.6

License

MIT

Last publish

Collaborators

  • caseywebdev