summaryrefslogtreecommitdiff
path: root/keystonemiddleware/tests/unit/auth_token
Commit message (Expand)AuthorAgeFilesLines
* Fix KeystoneMiddleware memcachepool abstraction5.2.0Morgan Fainberg2018-07-181-0/+23
* Introduce new header for system-scoped tokensLance Bragstad2018-05-021-0/+15
* Merge "Double quote www_authenticate_uri"Zuul2018-04-211-9/+9
|\
| * Double quote www_authenticate_uriwangxiyuan2018-04-121-9/+9
* | Merge "Only include response body if there's a response"Zuul2018-04-201-0/+19
|\ \
| * | Only include response body if there's a responseTim Burke2018-04-101-0/+19
* | | Merge "Properly zero out max_retries in test_http_error_not_cached_token"Zuul2018-04-201-1/+1
|\ \ \ | |_|/ |/| |
| * | Properly zero out max_retries in test_http_error_not_cached_tokenTim Burke2018-04-101-1/+1
| |/
* | Merge "Remove kwargs_to_fetch_token"Zuul2018-04-041-2/+0
|\ \ | |/ |/|
| * Remove kwargs_to_fetch_tokenwangxiyuan2018-02-221-2/+0
* | Fix the AttributeError: __exit__ errorwangxiyuan2018-02-221-1/+7
* | Add arguments for MemcacheClientPool initwangxiyuan2018-02-221-0/+9
* | Identify the keystone service when raising 503Chris Dent2018-02-202-2/+8
|/
* Use oslo_cache in auth_token middlewareJamie Lennox2017-12-012-2/+20
* Merge "Rename auth_uri to www_authenticate_uri"Zuul2017-10-203-19/+22
|\
| * Rename auth_uri to www_authenticate_uriColleen Murphy2017-10-113-19/+22
* | Fix py3 byte/string errorTin Lam2017-10-111-1/+1
|/
* Fix gate error caused by mocked URLsTin Lam2017-09-251-2/+2
* strip whitespace from tokenMatthew Edmonds2017-07-311-2/+10
* Merge "Redundant adminURL in test_gives_v2_catalog"Jenkins2017-07-171-1/+1
|\
| * Redundant adminURL in test_gives_v2_catalogzlyqqq2017-07-011-1/+1
* | Merge "Using assertFalse(A) instead of assertEqual(False, A)"Jenkins2017-07-161-1/+1
|\ \
| * | Using assertFalse(A) instead of assertEqual(False, A)Van Hung Pham2017-06-231-1/+1
| |/
* | Replace six.iteritems() with .items()Van Hung Pham2017-07-123-6/+4
|/
* add a log when the option in conf can't be identitiedxuhaigang2017-06-041-0/+8
* Replace pycrypto with cryptographyTin Lam2017-05-221-4/+4
* use oslo.log instead of loggingJanonymous2017-01-133-4/+3
* Pass ?allow_expiredJamie Lennox2016-12-152-26/+141
* Merge "Add service token to user token plugin"Jenkins2016-10-201-0/+22
|\
| * Add service token to user token pluginJamie Lennox2016-10-111-0/+22
* | Specify that unknown arguments can be passed to fetch_tokenJamie Lennox2016-10-101-1/+3
|/
* Refactor audit tests to use create_middlewareJamie Lennox2016-09-301-13/+1
* Use method constant_time_compare from oslo.utilsChangBo Guo(gcb)2016-09-261-21/+0
* Merge "Use AccessInfo in UserAuthPlugin instead of custom"Jenkins2016-08-181-2/+2
|\
| * Use AccessInfo in UserAuthPlugin instead of customJamie Lennox2016-07-071-2/+2
* | Merge "Remove oslo-incubator"Jenkins2016-07-291-3/+3
|\ \
| * | Remove oslo-incubatorJamie Lennox2016-07-051-3/+3
| |/
* | Remove the _is_v2 and _is_v3 helpersJamie Lennox2016-07-071-20/+0
|/
* Move audit into its own folderJamie Lennox2016-06-241-4/+3
* Fix typo 'olso' to 'oslo'bhagyashris2016-06-231-1/+1
* Pass X_IS_ADMIN_PROJECT header from auth_tokenJamie Lennox2016-06-211-0/+9
* Consolidate user agent calculationJamie Lennox2016-06-102-12/+23
* Create a Config objectJamie Lennox2016-06-102-84/+114
* Fix AttributeError on cached-invalid token checks4.5.1Brian Cline2016-05-211-0/+18
* Merge "Return default value for pkg_version if missing"Jenkins2016-05-121-0/+14
|\
| * Return default value for pkg_version if missingJamie Lennox2016-05-111-0/+14
* | Merge "Handle cache invalidate outside cache object"Jenkins2016-05-112-7/+8
|\ \ | |/ |/|
| * Handle cache invalidate outside cache objectJamie Lennox2016-04-042-7/+8
* | Fix D204 PEP257 violation and enable D301 and D209Navid Pustchi2016-05-061-0/+1
* | Fix D400 PEP257 violationNavid Pustchi2016-05-061-1/+1