1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-05 16:17:47 +00:00
Commit graph

12 commits

Author SHA1 Message Date
Jörg Thalheim
df86cc4e71
ssh-to-pgp: use %w for fmt.Errorf calls 2020-07-30 16:21:47 +01:00
Jörg Thalheim
5e95616f0f
use a shorter tempdir on macOS
By default macOS does something like this:

/var/folders/08/j4g_jn953lngpvgmyg8dygk00000gn/T/

breaking unix socket paths of gnupg.
2020-07-22 23:10:22 +01:00
Andreas Fuchs
1279274ddc
Use /tmp as the temporary dir for ssh-to-gpg
This isn't great: but it might prevent the agent from complaining.
2020-07-22 23:10:22 +01:00
Andreas Fuchs
0d885b439f
Create a temporary GNUPGHOME dir
This should prevent the paths from getting unwieldy, we'll see.
2020-07-22 23:10:22 +01:00
Jörg Thalheim
fd28d45f10
make golangci-lint happy 2020-07-19 23:30:28 +01:00
Jörg Thalheim
6286c5cc75
fix public gpg key import 2020-07-13 09:12:47 +01:00
Jörg Thalheim
71976f5a55
ssh-to-pgp: make armor encoding the default 2020-07-13 08:05:03 +01:00
Jörg Thalheim
d8e505804a
ssh-to-pgp: print fingerprint 2020-07-13 07:24:51 +01:00
Jörg Thalheim
dfedaea239
avoid partial writes with ascii armor
Sill not perfect because it still prints the header
2020-07-13 06:26:41 +01:00
Jörg Thalheim
81f9f69b84
add ssh-to-pgp package 2020-07-12 17:18:12 +01:00
Jörg Thalheim
cbf6c6b93a
add project-wide shell.nix 2020-07-12 17:06:59 +01:00
Jörg Thalheim
b75e51c423
add tests + ssh key support 2020-07-12 13:50:55 +01:00