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));

Readme

Keywords

none

Package Sidebar

Install

npm i fort-knox

Weekly Downloads

4

Version

0.1.6

License

MIT

Last publish

Collaborators

  • caseywebdev