Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid logging v2 sigs on failure (#1679)
Auth headers are inherently unsafe: if Eve can read (just) headers and can guess message contents, then she can fix a broken message and replay it slightly later. Easiest just to avoid logging bad headers. If there is a problem record the actual HTTP requests and responses on the client and send them out of band.
- Loading branch information