-
Notifications
You must be signed in to change notification settings - Fork 157
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
Document age
usage
#53
Comments
I have not tested it yet. It should be possible by using Line 7 in 797e755
|
Where should I set the |
I think we need to extend the module and set it here: sops-nix/modules/sops/default.nix Line 160 in 797e755
|
For reference the good rev is this PR getsops/sops#788 that uses the armor format. The earlier one on sops develop branch doesn't work reliably. |
I hope I get to implementing converting ssh ed25519 keys to sops/age keys soon similar how it was done for gpg. |
Age natively supports ssh keys, but the Sops PR that adds Age doesn't include the ssh keys feature. |
That's not an issue. In my implementation for sops-install-secrets I already do the ssh rsa to pgp key conversion. For age that could be applied in the same way. |
Proper age support comes here: #95 |
Sops recently got
age
support. Is it possible to useage
with sops-nix?The text was updated successfully, but these errors were encountered: