@secretary/azure-key-vault-adapter
TypeScript icon, indicating that this package has built-in type declarations

4.2.1 • Public • Published

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',
    })
});

Readme

Keywords

none

Package Sidebar

Install

npm i @secretary/azure-key-vault-adapter

Weekly Downloads

10

Version

4.2.1

License

MIT

Unpacked Size

9.37 kB

Total Files

14

Last publish

Collaborators

  • aequasi