-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sops/pgp: add GnuPGHome utility type
This adds a new GnuPGHome type which can be used to create a new contained GnuPG home directory. The type is self-validating, ensuring it adheres to e.g. permission rules set out by GnuPG, and allows for importing keys from armored bytes and files. Because of this introduction, the decryptor service no longer has to write data from a Secret to a temporary file, but is instead able to directly import them into the keyring from the Secret entry's bytes. Signed-off-by: Hidde Beydals <hello@hidde.co>
- Loading branch information
Showing
5 changed files
with
313 additions
and
123 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
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.