Replies: 3 comments
-
|
I'm using |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm using the following command: for file in $(grep -lr "\"sops\": {"); do sops updatekeys -y $file; doneI'm using the part |
Beta Was this translation helpful? Give feedback.
-
|
I found all files by assuming the start with I follow a practice of letting secret files have |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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
updatekeyscommand? 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