Skip to content

Commit

Permalink
feat(azure-kv): added keychain plugin for azure keyvault
Browse files Browse the repository at this point in the history
        Primary Change
        ---
        1. Added new package cactus-plugin-keychain-azure-kv under packages/
        2. Added PluginKeychainAzureKvMock class to mock the functions of SecretClient under packages/cactus-plugin-keychain-azure-kv/src/test/typescript/mock/plugin-keychain-azure-kv-mock.ts

Resolves hyperledger#971

Signed-off-by: Jagpreet Singh Sasan <jagpreet.singh.sasan@accenture.com>
  • Loading branch information
jagpreetsinghsasan committed Jun 7, 2021
1 parent b07bde4 commit c16586d
Show file tree
Hide file tree
Showing 21 changed files with 5,323 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@
"Albertirsa",
"HTLC",
"Htlc",
"htlc"
"htlc",
"htlc",
"parameterizable",
"Requst"
],
"dictionaries": [
"typescript,node,npm,go"
Expand Down
3 changes: 3 additions & 0 deletions packages/cactus-plugin-keychain-azure-kv/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `@hyperledger/cactus-plugin-keychain-azure-kv`

# TO-DO
Loading

0 comments on commit c16586d

Please sign in to comment.