You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider adding an executor that runs a script that shreds any decrypted files in the created volume.
We'd probably also need to set the ignore_error flag to true to make sure the teardown executor is executed even if actual task executor fails.
On the other hand, if the decryption itself fails, we don't want to start the actual task executor (ignore_error=false), yet ideally we still want to run the shredding script, just to be sure that whatever was written to the decryption volume, if anything, is shredded.
Consider adding an executor that runs a script that shreds any decrypted files in the created volume.
We'd probably also need to set the
ignore_error
flag totrue
to make sure the teardown executor is executed even if actual task executor fails.On the other hand, if the decryption itself fails, we don't want to start the actual task executor (
ignore_error=false
), yet ideally we still want to run the shredding script, just to be sure that whatever was written to the decryption volume, if anything, is shredded.So maybe the flow could be something like this
ignore_error=true
-> Teardown executor -> EXITignore_error=false
-> EXITThe text was updated successfully, but these errors were encountered: