Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zviratko opened this issue May 6, 2024 · 0 comments
Open

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

zviratko opened this issue May 6, 2024 · 0 comments

Comments

@zviratko
Copy link

zviratko commented May 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant