getsops / sops

Simple and flexible tool for managing secrets
https://getsops.io/
Mozilla Public License 2.0
15.77k stars 842 forks source link

Decrypt doesn't handle multiple files / bulk operations #1502

Open zviratko opened 2 months ago

zviratko commented 2 months ago

sops -e -i file1.yaml file2.yaml encrypts both files sops -d -i file1.yaml file2.yaml only decrypts the first file

1) should it accept multiple files for both operations? 2) could the decrypt operation only use a single gpg "session" so that one doesn't have to confirm (if using yubikey) every single file decryption?

Thanks.