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 hyperledger-cacti#983

Signed-off-by: jagpreetsinghsaan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Jul 22, 2021
1 parent 119a23a commit bbce5d6
Show file tree
Hide file tree
Showing 24 changed files with 4,472 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@
"uuidv",
"vscc",
"wasm",
"Xdai"
"Xdai",
"socketio",
"Albertirsa",
"HTLC",
"Htlc",
"htlc",
"parameterizable"
],
"dictionaries": [
"typescript,node,npm,go,rust"
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
7 changes: 7 additions & 0 deletions packages/cactus-plugin-keychain-google-sm/openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "5.2.0"
}
}
Loading

0 comments on commit bbce5d6

Please sign in to comment.