@rxap/nest-vault
TypeScript icon, indicating that this package has built-in type declarations

10.2.3 • Public • Published

A NestJS module for integrating with HashiCorp Vault. It provides a VaultService for interacting with the Vault API, including authentication, reading, writing, and managing secrets. It supports token-based and Kubernetes authentication methods, along with health checks to ensure Vault connectivity.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/nest-vault

Install peer dependencies:

yarn add @nestjs/common @nestjs/config @nestjs/terminus node-vault 

Execute the init generator:

yarn nx g @rxap/nest-vault:init

Generators

init

Initialize the package in the workspace

nx g @rxap/nest-vault:init

Package Sidebar

Install

npm i @rxap/nest-vault

Weekly Downloads

23

Version

10.2.3

License

GPL-3.0-or-later

Unpacked Size

72.3 kB

Total Files

22

Last publish

Collaborators

  • badry.muenker
  • mmuenker