Skip to content

Commit

Permalink
feat(google-sm): added keychain plugin for google secret manager
Browse files Browse the repository at this point in the history
        Primary Change
        ---
        1. Added new package cactus-plugin-keychain-google-sm under packages/
        2. Added PluginKeychainGoogleSmMock class to mock the functions of SecretManagerServiceClient under packages/cactus-plugin-keychain-google-sm/src/test/typescript/mock/plugin-keychain-google-sm-mock.ts

Resolves #983

Signed-off-by: Jagpreet Singh Sasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Jun 28, 2021
1 parent 2202830 commit 4f2211e
Show file tree
Hide file tree
Showing 23 changed files with 4,451 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"Albertirsa",
"HTLC",
"Htlc",
"htlc"
"htlc",
"parameterizable"
],
"dictionaries": [
"typescript,node,npm,go"
Expand Down
3 changes: 3 additions & 0 deletions packages/cactus-plugin-keychain-google-sm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `@hyperledger/cactus-plugin-keychain-google-sm`

# TO-DO
Loading

0 comments on commit 4f2211e

Please sign in to comment.