Changes between Initial Version and Version 1 of Ticket #2037
- Timestamp:
- 2013-07-26T01:40:04Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2037
- Property Status changed from new to assigned
-
Ticket #2037 – Description
initial v1 1 Here's an example of LeastAuthority.com secrets being leaked in an S3 error message (I've replaced the actual secrets with "THIS_SHOULD_NOT_BE_HERE" for this bug report):1 Here's an example of !LeastAuthority.com secrets being leaked in an S3 error message (I've replaced the actual secrets with "THIS_SHOULD_NOT_BE_HERE" for this bug report): 2 2 {{{ 3 3 [Failure instance: Traceback: <class 'lae_automation.endtoend.CheckFailed'>: … … 26 26 ]\'>\n]', None) 27 27 }}} 28 (The storage server is running ticket999-S3-branch, but the problem also occurs for the current 1819-cloud-merge branch.) 28 29 The storage server is running ticket999-S3-backend, but the problem also occurs for the current 1819-cloud-merge branch. (The latter redacts {{{SignatureDoesNotMatch}}} errors but not {{{InvalidToken}}} errors.)