This PR adds the ability to configure whether or not the failsafe OK file must be deletable when approving changes. If the new failsafe_ok_file_strict option is set to false, the application will always go through with changes regardless of its ability to delete the file.
This PR adds the ability to configure whether or not the failsafe OK file must be deletable when approving changes. If the new
failsafe_ok_file_strict
option is set tofalse
, the application will always go through with changes regardless of its ability to delete the file.