4.2.1 • Published 1 year ago

@secretary/hashicorp-vault-adapter v4.2.1

Weekly downloads
8
License
MIT
Repository
github
Last release
1 year ago

Secretary - Hashicorp Vault Adapter

This is the Hashicorp Vault adapter for Secretary

Installation

$ npm install @secretary/core @secretary/vault

Usage

Creating the manager

import {Manager} from '@secretary/core';
import {Adapter} from '@secretary/hashicorp-vault-adapter';
import * as nodeVault from 'node-vault';

const manager = new Manager({vault: new Adapter({client: nodeVault()})});
4.0.7

1 year ago

4.2.1

1 year ago

4.1.1

1 year ago

3.0.1

5 years ago

2.0.4

5 years ago

2.0.2

5 years ago

2.0.0

5 years ago

2.0.0-alpha.3

5 years ago

2.0.0-alpha.1

5 years ago

2.0.0-alpha.0

5 years ago