Replies: 1 comment
-
I have the same issue. Have you found any solution? |
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
-
Hoping I can get some help. I am unable to find any info about this error in my searches of the internet.
I have a current set of encrypted files and a corresponding
.sops.yaml
file with 2 GPG fingerprints. One is for some K8s software called Flux, the other is my own Yubikey fingerprint. Both Flux and my dev environment (Windows laptop using WSL2) are able to decrypt and encrypt my secrets.My issue comes when I try and add a new fingerprint. Below are the steps I have done to add a new fingerprint.
.sops.yaml
sops updatekey
on the secretsI have replaced possible identifying info with placeholders.
Can anyone give me some help on what I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions