summaryrefslogtreecommitdiff
path: root/tests/test_auth_token_middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Check ExpiryAdam Young2013-05-281-1/+13
* Pass memcache_servers as arrayDirk Mueller2013-05-211-12/+12
* Use testr instead of nose.Monty Taylor2013-05-101-107/+163
* Fix v3 with UUID and memcache expiring.Chmouel Boudjnah2013-04-031-8/+8
* Config value for revocation list timeoutAdam Young2013-03-191-3/+13
* Cache tokens using memorycache from oslo.Vishvananda Ishaya2013-03-151-87/+43
* Merge "Use v2.0 api by default in auth_token middleware"Jenkins2013-03-141-1/+2
|\
| * Use v2.0 api by default in auth_token middlewareDan Prince2013-03-121-1/+2
* | Make auth_token lazy load the auth_version.Dan Prince2013-03-131-0/+15
|/
* Fix auth-token middleware to understand v3 tokensHenry Nash2013-03-111-213/+650
* Merge "Remove test dep on name of dir (bug 1124283)"Jenkins2013-03-071-3/+3
|\
| * Remove test dep on name of dir (bug 1124283)Dolph Mathews2013-03-041-5/+3
* | Save test_auth_token_middleware from unlimited recursionAlessio Ababilov2013-02-191-4/+2
|/
* Merge "Allow configure auth_token http connect timeout."Jenkins2013-02-161-1/+1
|\
| * Allow configure auth_token http connect timeout.Chmouel Boudjnah2013-02-141-1/+1
* | Merge "Fix how python 2.6 doesn't have assertDictEqual"Jenkins2013-02-161-0/+28
|\ \ | |/ |/|
| * Fix how python 2.6 doesn't have assertDictEqualJoshua Harlow2013-01-281-0/+28
* | Merge "Fix thinko in self.middleware.cert_file_missing"Jenkins2013-01-281-0/+8
|\ \
| * | Fix thinko in self.middleware.cert_file_missingDirk Mueller2013-01-231-0/+8
| |/
* | Remove assertDictEqual for python 2.6 compatibilityDirk Mueller2013-01-181-2/+2
|/
* Blueprint memcache-protection: enable memcache value encryption/integrity checkGuang Yee2013-01-151-0/+186
* Warning message is not logged for valid token-less request.nachiappan-veerappan-nachiappan2013-01-141-0/+19
* Use testtools instead of unittest for base classes.Monty Taylor2012-12-251-7/+8
* Bug 1052674: added support for Swift cacheGuang Yee2012-12-191-0/+26
* URL-encode user-supplied tokens (bug 974319)Dolph Mathews2012-12-131-0/+8
* Throw validation response into the environmentKevin L. Mitchell2012-11-151-0/+3
* Add auth-token code to keystoneclient, along with supporting filesHenry Nash2012-11-121-0/+667