Skip to content

Commit a71a4e0

Browse files
feat(google-sm): added keychain plugin for google secret manager
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/ Resolves #983 Signed-off-by: jagpreetsinghsaan <[email protected]>
1 parent 23c179b commit a71a4e0

26 files changed

+7521
-2887
lines changed

.cspell.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@
9090
"uuidv",
9191
"vscc",
9292
"wasm",
93-
"Xdai"
93+
"Xdai",
94+
"socketio",
95+
"Albertirsa",
96+
"HTLC",
97+
"Htlc",
98+
"htlc",
99+
"parameterizable"
94100
],
95101
"dictionaries": [
96102
"typescript,node,npm,go,rust"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `@hyperledger/cactus-plugin-keychain-google-sm`
2+
3+
# TO-DO
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3+
"spaces": 2,
4+
"generator-cli": {
5+
"version": "5.2.0"
6+
}
7+
}

0 commit comments

Comments
 (0)