Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for Tessera AWS Secrets Manager implementation #919

Merged
merged 23 commits into from
Feb 10, 2020
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1b6eeb9
added documentation for Tessera AWS Secrets Manager integration
Dec 13, 2019
86f3b4b
added documentation for Tessera AWS Secrets Manager integration
Dec 13, 2019
01f09e0
added documentation for Tessera AWS Secrets Manager integration
Dec 16, 2019
d4a474e
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Dec 17, 2019
345d775
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Dec 17, 2019
fa116be
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Dec 17, 2019
cf6ca07
Update docs/Privacy/Tessera/Tessera Services/Keys/Setting up an AWS S…
Emi14 Dec 17, 2019
fb148d6
Update docs/Privacy/Tessera/Tessera Services/Keys/Setting up an AWS S…
Emi14 Dec 17, 2019
8a357a8
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Dec 17, 2019
0ff7a68
AWS Secrets Manager implementation docs - resolved PR conversation
Dec 17, 2019
ccbd83a
AWS Secrets Manager implementation docs - resolved PR conversation
Dec 17, 2019
a448154
AWS Secrets Manager implementation docs - resolved PR conversation
Dec 17, 2019
0251ad8
Merge branch 'master' of https://github.com/jpmorganchase/quorum into…
Dec 20, 2019
d769b3c
Merge branch 'master' into docs/AWSSecretsManagerKeyVault
Krish1979 Dec 23, 2019
52977df
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Jan 10, 2020
1ae7b23
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Jan 10, 2020
93d4e2c
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Jan 10, 2020
7dd35f7
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Jan 10, 2020
dd6eb12
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Jan 10, 2020
70a99e0
Update docs/Privacy/Tessera/Configuration/Keys.md
Emi14 Jan 10, 2020
074c663
Merge branch 'master' into docs/AWSSecretsManagerKeyVault
Emi14 Jan 10, 2020
ca0b625
Merge branch 'master' into docs/AWSSecretsManagerKeyVault
Krish1979 Feb 10, 2020
9c2cba6
Merge branch 'master' into docs/AWSSecretsManagerKeyVault
Krish1979 Feb 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Privacy/Tessera/Tessera Services/Keys/Keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ tessera -keygen -keygenvaulttype HASHICORP -keygenvaulturl <url> \
!!! note
Environment variables must be set if using a Hashicorp Vault, and a version 2 K/V secret engine must be enabled. For more information see [Setting up a Hashicorp Vault](../Setting%20up%20a%20Hashicorp%20Vault)


### AWS Secrets Manager-stored keys
Generate a key pair and save to an AWS Secrets Manager, with endpoint `<url>`, as secrets with IDs `Pub` and `Key`:

Expand Down