summaryrefslogtreecommitdiff
path: root/keystonemiddleware/auth_token/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove cache invalidation when using expired token10.2.0stable/2023.1Jorge Merlino2022-12-121-6/+0
* Update hacking for Python3Andreas Jaeger2020-03-301-1/+1
* Fix DeprecationWarning: invalid escape sequence issuesSean McGinnis2019-11-131-4/+4
* Add validation of app cred access rulesColleen Murphy2019-07-151-1/+73
* Remove PKI/PKIZ supportMorgan Fainberg2019-06-191-141/+6
* Add a new option to choose the Identity endpointJens Harbott2019-06-031-3/+4
* Fix service_token_role_required optionZhongShengping2019-02-151-3/+3
* Add auth invalidation in auth_token for identity endpoint updateYang Youseok2019-02-071-0/+4
* Merge "Stop supporting revocation list"Zuul2018-11-071-38/+0
|\
| * Stop supporting revocation listMorgan Fainberg2018-10-301-38/+0
* | Documentation Fix - auth_url Port NumberDavid Olorundare2018-11-051-1/+1
|/
* Respect delay_auth_decision when Keystone is unavailableTim Burke2018-09-111-0/+5
* No need to compare CONF contentwangxiyuan2018-09-071-1/+1
* Handle DiscoveryFailure errorsTim Burke2018-08-011-0/+1
* Introduce new header for system-scoped tokensLance Bragstad2018-05-021-0/+5
* Double quote www_authenticate_uriwangxiyuan2018-04-121-1/+1
* Merge "Remove kwargs_to_fetch_token"Zuul2018-04-041-17/+1
|\
| * Remove kwargs_to_fetch_tokenwangxiyuan2018-02-221-17/+1
* | Identify the keystone service when raising 503Chris Dent2018-02-201-1/+2
|/
* cfg.CONF must not be used directlyMehdi Abaakouk2017-12-201-2/+3
* Use oslo_cache in auth_token middlewareJamie Lennox2017-12-011-0/+11
* Merge "Rename auth_uri to www_authenticate_uri"Zuul2017-10-201-6/+9
|\
| * Rename auth_uri to www_authenticate_uriColleen Murphy2017-10-111-6/+9
* | Issue a deprecation warning for validating PKI tokensJamie Lennox2017-10-031-0/+7
|/
* strip whitespace from tokenMatthew Edmonds2017-07-311-0/+3
* Update comment about fetch token kwargsLance Bragstad2017-07-211-3/+3
* Update URLs in documentation4.17.0Hangdong Zhang2017-07-201-1/+1
* Replace six.iteritems() with .items()Van Hung Pham2017-07-121-2/+1
* Remove log translationsD G Lee2017-05-021-35/+35
* Bump the token deferral message from info to debugPete Zaitcev2017-03-031-1/+1
* Use https for *.openstack.org referencesEric Brown2017-02-051-1/+1
* use oslo.log instead of loggingJanonymous2017-01-131-1/+1
* Auth token, set the correct charsetLucas Alvares Gomes2017-01-031-1/+2
* Limit deprecated token message to single warning4.13.0Kevin Benton2016-12-311-6/+10
* auth_token: set correct charset when replying with 401Julien Danjou2016-12-281-1/+1
* Merge "Pass ?allow_expired"4.12.0Jenkins2016-12-151-22/+69
|\
| * Pass ?allow_expiredJamie Lennox2016-12-151-22/+69
* | clean up a few doc building warningsSteve Martinelli2016-12-151-6/+4
|/
* Merge "Add service token to user token plugin"Jenkins2016-10-201-13/+18
|\
| * Add service token to user token pluginJamie Lennox2016-10-111-13/+18
* | Specify that unknown arguments can be passed to fetch_tokenJamie Lennox2016-10-101-3/+25
|/
* Raise NotImplementedError instead of NotImplementedJi-Wei2016-09-261-1/+1
* Globalize authentication failure errorubuntu2016-08-241-1/+2
* Merge "Use AccessInfo in UserAuthPlugin instead of custom"Jenkins2016-08-181-4/+3
|\
| * Use AccessInfo in UserAuthPlugin instead of customJamie Lennox2016-07-071-4/+3
* | Remove the _is_v2 and _is_v3 helpersJamie Lennox2016-07-071-8/+0
|/
* Pass X_IS_ADMIN_PROJECT header from auth_tokenJamie Lennox2016-06-211-0/+6
* Move auth token opts calculation into auth_tokenSamuel de Medeiros Queiroz2016-06-131-2/+33
* Consolidate user agent calculationJamie Lennox2016-06-101-24/+3
* Create a Config objectJamie Lennox2016-06-101-299/+50