0.1.6 • Published 8 years ago

fort-knox v0.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago