summaryrefslogtreecommitdiff
path: root/keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Remove cache invalidation when using expired token10.2.0stable/2023.1Jorge Merlino2022-12-121-19/+0
* Merge "Use unittest.mock instead of third party mock"Zuul2020-08-241-1/+1
|\
| * Use unittest.mock instead of third party mockSean McGinnis2020-04-181-1/+1
* | Merge "Change the default Identity endpoint to internal"victoria-em9.1.0stable/victoriaZuul2020-07-061-3/+3
|\ \ | |/ |/|
| * Change the default Identity endpoint to internalJens Harbott2020-06-141-3/+3
* | Merge "Remove keystoneclient exception usage in tests"Zuul2020-01-021-3/+2
|\ \
| * | Remove keystoneclient exception usage in testsGage Hugo2019-11-241-3/+2
* | | Remove v2.0 functionalityGage Hugo2019-11-271-246/+10
|/ /
* | Make tests pass in 2022Bernhard M. Wiedemann2019-09-171-1/+2
* | Add validation of app cred access rulesColleen Murphy2019-07-151-0/+104
* | Merge "Remove PKI/PKIZ support"Zuul2019-06-211-286/+6
|\ \
| * | Remove PKI/PKIZ supportMorgan Fainberg2019-06-191-286/+6
| |/
* | Remove Diablo compatibility testsColleen Murphy2019-06-201-41/+0
|/
* Add auth invalidation in auth_token for identity endpoint updateYang Youseok2019-02-071-0/+13
* Merge "Stop supporting revocation list"Zuul2018-11-071-326/+0
|\
| * Stop supporting revocation listMorgan Fainberg2018-10-301-326/+0
* | Merge "Expect paste.deploy and gnocchi/panko options"Zuul2018-10-261-1/+1
|\ \ | |/ |/|
| * Expect paste.deploy and gnocchi/panko optionsAbhishek Sharma2017-12-071-1/+1
* | Respect delay_auth_decision when Keystone is unavailableTim Burke2018-09-111-0/+66
* | Handle DiscoveryFailure errorsTim Burke2018-08-011-0/+11
* | 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
| |/ /
* | | Properly zero out max_retries in test_http_error_not_cached_tokenTim Burke2018-04-101-1/+1
|/ /
* | Identify the keystone service when raising 503Chris Dent2018-02-201-1/+3
|/
* Use oslo_cache in auth_token middlewareJamie Lennox2017-12-011-0/+18
* Rename auth_uri to www_authenticate_uriColleen Murphy2017-10-111-12/+15
* Fix gate error caused by mocked URLsTin Lam2017-09-251-2/+2
* 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-121-2/+2
|/
* add a log when the option in conf can't be identitiedxuhaigang2017-06-041-0/+8
* use oslo.log instead of loggingJanonymous2017-01-131-1/+1
* Pass ?allow_expiredJamie Lennox2016-12-151-23/+134
* Add service token to user token pluginJamie Lennox2016-10-111-0/+22
* 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
* Pass X_IS_ADMIN_PROJECT header from auth_tokenJamie Lennox2016-06-211-0/+9
* Consolidate user agent calculationJamie Lennox2016-06-101-11/+22
* Create a Config objectJamie Lennox2016-06-101-84/+2
* 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-111-4/+5
|\ \ | |/ |/|