Replies: 2 comments
-
I'm using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I'm using the following command: for file in $(grep -lr "\"sops\": {"); do sops updatekeys -y $file; done I'm using the part |
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
-
Hello
I created a lot of encrypted files.
I going to remove one age key from .sops.yaml file. How can I quickly update all my encrypted files with
updatekeys
command? I would like to avoid doing it one by one.sops updatekeys test1.enc.yaml
sops updatekeys test2.enc.yaml
...etc
Thanks
Beta Was this translation helpful? Give feedback.
All reactions