swift/test/unit
Donagh McCabe eb99e8f84c Obscure the X-Auth-Token in proxy log
The X-Auth-Token is sensitive data. If revealed to an unauthozied person,
they can now make requests against an account until the token expires.

This implementation maintains current behavior (i.e, the token
is logged). Implementers can choose to set reveal_sensitive_prefix
to (e.g.) 12 so only first 12 characters of the token are logged.
Or, set to 0 to replace the token with "...".

DocImpact

Part of bug #1004114

Change-Id: Iecefa843d8f9ef59b9dcf0860e7a4d0e186a6cb5
2013-07-30 09:37:27 +01:00
..
account Merge "Catch swob responses that are raised." 2013-07-25 17:51:43 +00:00
common Obscure the X-Auth-Token in proxy log 2013-07-30 09:37:27 +01:00
container Merge "Catch swob responses that are raised." 2013-07-25 17:51:43 +00:00
obj Merge "Catch swob responses that are raised." 2013-07-25 17:51:43 +00:00
proxy Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
__init__.py Deleted account respond as non existing accounts 2013-06-26 08:33:23 +03:00