getsops/sops

Decrypt doesn't handle multiple files / bulk operations

zviratko opened this issue · 0 comments

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.