node-vault icon indicating copy to clipboard operation
node-vault copied to clipboard

Client for HashiCorp's Vault

Results 71 node-vault issues
Sort by recently updated
recently updated
newest added

Hi KV2 engine will be supported? When? `"Invalid path for a versioned K/V secrets engine. See the API docs for the appropriate API endpoints to use. If using the Vault...

As of https://github.com/request/request/issues/3142, the Request Library and Request-Promise library on which Node-Vault depend, have both been deprecated As such, I believe that, we must replace Request with another library The...

I use the postman with root token and it will correct create user with specified policies and create secret in vault. but when I use this nodejs vault client I...

proposal
PR-welcome

Hello guys, First of all I would like to thank you for providing this nice package. I am opening this ticket because while using it for a typescript project I...

help wanted
PR-welcome
feature-request

This is a rebasing/fixup of #151. One feature added after the original PR was submitted was the `rpOptions` configuration option which allows any option to be passed through to `request-promise`...

We have a need to use dynamic credentials (example: TTL: 1h; MAX_TTL: 24h) in a nodejs application. This library appear to provide access to static credentials, but it does not...

proposal
PR-welcome

At work we're using two vaults. One for autounseal and one for the "real data". The one for autounseal can be initialized as usual with secret_shares, the data one has...

awaiting changes

I refactored and modernized the whole codebase. The reason is that I plan on actively using this on my company and I would like to help maintain and extend the...

Removing `istanbul` and adding `nyc` because istanbul is deprecated. Their recommendation is to use `nyc` instead. Reference: https://www.npmjs.com/package/istanbul

1. Maintained fork of Request 2. Easiest to switch to 3. No support for request-promise-native so we had to build our own Need to discuss how to best handle what...