swift/test
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
..
functional Fix functional tests with keystone. 2013-06-12 13:12:57 +02:00
functionalnosetests Swift tests for unicode headers 2013-06-09 12:54:32 +03:00
probe Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
unit Obscure the X-Auth-Token in proxy log 2013-07-30 09:37:27 +01:00
__init__.py fixed some minor things in tests that pyflakes complained about 2013-03-26 20:42:26 +00:00
sample.conf Permit functional tests against Swift with Keystone 2013-03-10 18:52:10 -06:00