@secretary/azure-key-vault-adapter

Azure Key Vault adapter for Secretary

Usage no npm install needed!

<script type="module">
  import secretaryAzureKeyVaultAdapter from 'https://cdn.skypack.dev/@secretary/azure-key-vault-adapter';
</script>

README

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 {Adapter, Secretary} from '@secretary/azure-key-vault-adapter';

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

CRUD

The rest is done normally