Replies: 1 comment
-
Sops fixed this in getsops/sops#1103 -- I confirmed 3.10.2 has it and pin prompting working. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sops: SOPS is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP.
I use sops as a way to distribute repo-embedded secrets to deployments. My current state is something like:
I've generated age keys on yubikeys, and would like to use the following (so I can move off of gpg entirely : )
However
sops secret.yaml
chokes with:Sops calls in here:
https://github.com/getsops/sops/blob/a8fb5405533aa10c36e267a9410d9e8ac0cf7a3b/age/keysource.go#L299
It's unclear to me whether this is a sops ask or an age ask: my hunch is that it's age's responsibility to come up with a valid recipient for any available plugin implementations.
Beta Was this translation helpful? Give feedback.
All reactions