-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend online key support to SaaS (#675)
* chore: add dependencies for Online Key support Add dependencies to extend Online Key support for other key storage: - AWS - Azure - GCP - HashCorp Vault Signed-off-by: Kairo de Araujo <kairo@dearaujo.nl> * feat: add support for multiple online key storage Add support to use different (supported) key storage to the RSTUF. These key storage vault/kms are already supported by Worker through the Python Secure Systems Lib. This change add the UI/UX flow to allow the user use these keys. test: fix tests to support new changes test: add unit test for new extended online key Signed-off-by: Kairo de Araujo <kairo@dearaujo.nl> * fixup! feat: add support for multiple online key storage Signed-off-by: Kairo de Araujo <kairo@dearaujo.nl> --------- Signed-off-by: Kairo de Araujo <kairo@dearaujo.nl>
- Loading branch information
1 parent
893ab87
commit 7f71bab
Showing
10 changed files
with
486 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.