0.1.6 • Published 7 years ago

fort-knox v0.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago