Skip to content

Commit

Permalink
feat(aws-sm): added keychain plugin for aws secret manager
Browse files Browse the repository at this point in the history
	Primary Change
	---
	1. Added new package cactus-plugin-keychain-aws-sm under packages/
	2. Added Localstack under cactus-test-tooling/src/main/typescript for local aws secret manager deployment and testing
	Refactorings that were also necessary to incorporate 1) and 2)
	---
	3. Updated public-api.ts under packages/cactus-test-tooling/src/main/typescript for exporting LocalStack class, its interfaces and constants

Resolves hyperledger-cacti#912

Signed-off-by: jagpreetsinghsaan <jagpreet.singh.sasan@accenture.com>
  • Loading branch information
jagpreetsinghsasan committed Jul 21, 2021
1 parent 119a23a commit 350328a
Show file tree
Hide file tree
Showing 27 changed files with 2,871 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"uuidv",
"vscc",
"wasm",
"Xdai"
"Xdai",
"parameterizable"
],
"dictionaries": [
"typescript,node,npm,go,rust"
Expand Down
3 changes: 3 additions & 0 deletions packages/cactus-plugin-keychain-aws-sm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `@hyperledger/cactus-plugin-keychain-aws-sm`

## TO-DO
7 changes: 7 additions & 0 deletions packages/cactus-plugin-keychain-aws-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 350328a

Please sign in to comment.