4.2.1 • Published 2 years ago

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

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

2 years ago

4.0.7

2 years ago

4.0.6

2 years ago

4.2.1

2 years ago

3.0.1

6 years ago

2.0.2

6 years ago

2.0.0

6 years ago

2.0.0-alpha.3

6 years ago

2.0.0-alpha.2

6 years ago

2.0.0-alpha.1

6 years ago