We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, every iteration of the rekey loop adds a -o flag to DEFAULT_DECRYPT (line 154), causing rage to fail on the second secret with:
-o
error: the argument '--output <OUTPUT>' cannot be used multiple times
This probably caused #245
I think have it working correctly on my fork https://github.com/luishfonseca/agenix/blob/main/pkgs/agenix.sh
The text was updated successfully, but these errors were encountered:
Do not set DEFAULT_DECRYPT in function edit
2b11774
Edit is called multiple times during rekey fixes ryantm#272
Successfully merging a pull request may close this issue.
Right now, every iteration of the rekey loop adds a
-o
flag to DEFAULT_DECRYPT (line 154), causing rage to fail on the second secret with:error: the argument '--output <OUTPUT>' cannot be used multiple times
This probably caused #245
I think have it working correctly on my fork https://github.com/luishfonseca/agenix/blob/main/pkgs/agenix.sh
The text was updated successfully, but these errors were encountered: