Skip to content

Aws 500 error fixes

Derek Hudson requested to merge aws-500-error-fixes into main

Currently some endpoints (rollback, upgrade, and refvalupgrade) can return 500 errors.

This is considered a security vulnerability by our internal teams (even though the control flow is no different with these changes).

This fixes the errors so that the Storage errors are passed through.

Merge request reports