Closed jpwilliams closed 2 weeks ago
Latest commit: 0278d3e73272f5f0d031e9f6545f01a167910c0a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Summary
If the request is signed, we expect that the response will also be signed. This PR ensures that if signing the response fails, we throw a
500 Internal Server Error
instead of silently failing.This is to address issues where trust probes are performed but the response is not signed.
Checklist