-
Notifications
You must be signed in to change notification settings - Fork 198
Add native support for ssh keys for age #779
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
base: master
Are you sure you want to change the base?
Conversation
|
|
|
Anything I can do to help this along? |
|
any update? |
|
as getsops/sops#1692, sops has it's simple key-find procedure: first like : sops = {
sshKeyNative = {
enable = true; #default false
path = "/foo/bar/id_sra"; # previous `sshKeyPaths`
};
}if no that's just my two cents, thanks for you PR :) |
|
Hi, is there anything any of us can do to help move this along? Thank you! |
Adds support for the age's native SSH feature from getsops/sops#1692.
Also deprecates
sops.age.sshKeyPathsas it should no longer be necessary.Closes #744