swift/test/unit/common
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
..
middleware Obscure the X-Auth-Token in proxy log 2013-07-30 09:37:27 +01:00
ring Ensure that files are always closed explicitly. 2013-07-22 16:10:37 -07:00
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
corrupted_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
malformed_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
test_bench.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_bufferedhttp.py Fix PEP8 issues in ./test/unit/common . 2012-08-31 11:24:46 +08:00
test_constraints.py Remove extra lstat() calls from check_mount 2013-07-22 10:05:37 -04:00
test_daemon.py Add unit tests to ensure TZ variable remains set 2013-05-20 22:31:03 -04:00
test_db_replicator.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_db.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_direct_client.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_exceptions.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_init.py Fix PEP8 issues in ./test/unit/common . 2012-08-31 11:24:46 +08:00
test_internal_client.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_manager.py conf.d support 2013-04-30 00:17:46 -07:00
test_memcached.py close socket on exceptions 2013-05-21 10:59:44 -07:00
test_swob.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_utils.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_wsgi.py Merge "Fix make_pre_authed_request function to not fail when path arg is None." 2013-07-23 01:38:04 +00:00