-
Notifications
You must be signed in to change notification settings - Fork 156
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
feat: add age plugin and fido2 hmac support #680
base: master
Are you sure you want to change the base?
Conversation
Nice. Should we also point to your sops changes? |
description = '' | ||
List of plugins to use for sops decryption. | ||
''; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't that also require age plugin support in sops?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't follow.
We should probably add the fido2-hmac
plugin as a default in this option though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not need sops-nix to recognise these age plugin style age keys to not fail to run, even if they are not used?
This points to my patched version of |
To be quite honest I just looked at your PR and adapted it to use my sops. Maybe there's some extra steps missing here. |
Line 8 in 53c853f
|
I'll have a proper look rather than just copy pasta. |
No description provided.