4.2.1 • Published 1 year ago

@secretary/azure-key-vault-adapter v4.2.1

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

Secretary - Azure Key Vault Adapter

This is the Azure Key Vault adapter for Secretary

Installation

$ npm install @secretary/core @secretary/aws-secrets-manager

Usage

Creating the manager

import {Manager} from '@secretary/core';
import {Adapter} from '@secretary/azure-key-vault-adapter';

const manager = new Manager({
    azure: new Adapter({
        clientId: 'client_id_here',
        clientSecret: 'client_secret_here',
        vaultUri: 'vault_uri_here',
    })
});
4.0.5

1 year ago

4.0.7

1 year ago

4.0.6

1 year ago

4.2.1

1 year ago

3.0.1

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.2

5 years ago

2.0.0-alpha.1

5 years ago