summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/test_auth_token_middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix the condition expression for ssl_insecure"0.11.0Jenkins2014-09-211-0/+23
|\
| * Fix the condition expression for ssl_insecureQin Zhao2014-09-171-0/+23
* | Hash for PKIZAdam Young2014-08-211-5/+18
|/
* Convert httpretty to requests-mockJamie Lennox2014-07-301-142/+82
* Add a fixture for Keystone version discoveryJamie Lennox2014-07-021-31/+3
* Update keystoneclient code to account for hacking 0.9.2Steve Martinelli2014-06-191-6/+6
* auth_token _cache_get checks token expiredBrant Knudson2014-06-161-2/+5
* Refactor auth_token token cache members to classBrant Knudson2014-06-101-37/+44
* auth_token middleware hashes tokens with configurable algorithmBrant Knudson2014-05-271-14/+126
* Merge "auth_token hashes PKI token once"Jenkins2014-05-281-9/+21
|\
| * auth_token hashes PKI token onceBrant Knudson2014-05-141-9/+21
* | Merge "Move auth_token tests not requiring v2/v3 to new class"Jenkins2014-05-271-124/+134
|\ \
| * | Move auth_token tests not requiring v2/v3 to new classBrant Knudson2014-05-051-124/+134
* | | Merge "Cached tokens aren't expired"Jenkins2014-05-271-2/+1
|\ \ \ | |/ /
| * | Cached tokens aren't expiredBrant Knudson2014-05-051-2/+1
* | | Merge "Move auth_token cache pool tests out of NoMemcache"Jenkins2014-05-271-21/+20
|\ \ \ | |/ /
| * | Move auth_token cache pool tests out of NoMemcacheBrant Knudson2014-05-051-21/+20
* | | Merge "Make auth_token return a V2 Catalog"Jenkins2014-05-271-0/+80
|\ \ \
| * | | Make auth_token return a V2 CatalogJamie Lennox2014-05-051-0/+80
| |/ /
* | | Move DisableModuleFixture to utilsSteve Martinelli2014-05-211-49/+2
| |/ |/|
* | Compressed Signature and ValidationAdam Young2014-05-091-4/+41
|/
* Merge "fixed typos found by RETF rules"Jenkins2014-05-031-2/+2
|\
| * fixed typos found by RETF rulesChristian Berendt2014-05-031-2/+2
* | auth_token configurable check of revocations for cachedBrant Knudson2014-05-011-0/+1
|/
* Remove unused AdjustedBaseAuthTokenMiddlewareTestBrant Knudson2014-04-301-27/+0
* auth_token test remove unused fake_app parameterBrant Knudson2014-04-271-6/+3
* Fix typo in BaseAuthTokenMiddlewareTestBrant Knudson2014-04-271-1/+1
* Enhance tests for auth_token middlewareBrant Knudson2014-04-241-6/+35
* Merge "Prefer () to continue line per PEP8"Jenkins2014-04-151-4/+4
|\
| * Prefer () to continue line per PEP8Brant Knudson2014-04-041-4/+4
* | eliminate race condition fetching certsDolph Mathews2014-04-091-8/+0
|/
* Merge "Tests should use identity_uri by default"Jenkins2014-04-021-12/+16
|\
| * Tests should use identity_uri by defaultJamie Lennox2014-03-271-12/+16
* | Merge "Replace auth fragements with identity_uri"Jenkins2014-04-011-0/+10
|\ \ | |/
| * Replace auth fragements with identity_uriJamie Lennox2014-03-271-0/+10
* | Merge "use v3 api to get certificates"Jenkins2014-03-301-18/+39
|\ \ | |/ |/|
| * use v3 api to get certificateswanghong2014-03-211-18/+39
* | sanity check memcached availability before running tests against itDolph Mathews2014-03-251-13/+43
* | add functional test for cache poolDolph Mathews2014-03-241-0/+34
* | add pooling for cache referencesDolph Mathews2014-03-211-2/+4
|/
* Merge "Fix doc build errors"Jenkins2014-03-171-1/+1
|\
| * Fix doc build errorsBrant Knudson2014-03-131-1/+1
* | Set the right permissions for signing_dir in testsMatt Fischer2014-03-021-1/+1
|/
* Remove redundant default value None for dict.getZhiQiang Fan2014-02-221-1/+1
* Merge "Don't use private last_request variable"Jenkins2014-02-171-12/+12
|\
| * Don't use private last_request variableJamie Lennox2014-02-131-12/+12
* | Merge "Remove vim header"Jenkins2014-02-131-2/+0
|\ \ | |/ |/|
| * Remove vim headerEric Guo2014-02-081-2/+0
* | Merge "Python 3: call functions from memcache_crypt.py with bytes as input"Jenkins2014-02-111-2/+2
|\ \
| * | Python 3: call functions from memcache_crypt.py with bytes as inputCyril Roelandt2014-02-061-2/+2
| |/