summaryrefslogtreecommitdiff
path: root/keystone/common/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Remove pre-flask legacy codeMorgan Fainberg2018-10-151-703/+0
* Remove token bind capabilitiesLance Bragstad2018-06-291-63/+0
* Keystone adheres to public_endpoint opt onlyMorgan Fainberg2018-06-271-9/+3
* Store JSON Home Resources off the composing routerMorgan Fainberg2018-06-141-0/+1
* Remove pastedeployMorgan Fainberg2018-06-061-42/+7
* Convert Keystone to use FlaskMorgan Fainberg2018-06-041-1/+7
* Improve exception logging with 500 responseGage Hugo2017-12-101-1/+4
* Remove unnecessary dependency injectionSamuel de Medeiros Queiroz2017-10-211-2/+0
* Refactor Authorization:Adam Young2017-05-021-24/+2
* Add charset to webob.ResponseKristi Nikolla2017-03-291-1/+2
* Merge "Remove log translations in keystone"Jenkins2017-03-271-4/+4
|\
| * Remove log translations in keystonewingwj2017-03-251-4/+4
* | Policy in codeAnthony Washington2017-03-221-1/+2
* | Include the requested URL in authentication errorsRob Crittenden2017-03-201-1/+2
|/
* Verbose 401/403 debug responsesAlexander Makarov2016-11-211-6/+9
* Cleaning imports in codeNam Nguyen Hoai2016-08-271-3/+1
* Merge "Remove get_trust_id_for_request function"Jenkins2016-07-151-14/+0
|\
| * Remove get_trust_id_for_request functionJamie Lennox2016-07-141-14/+0
* | Remove a validate_token_bind callJamie Lennox2016-07-141-1/+2
|/
* Clean up token binding validation codeDolph Mathews2016-07-131-16/+20
* Merge "Use the context's is_admin property"Jenkins2016-07-111-1/+1
|\
| * Use the context's is_admin propertyJamie Lennox2016-07-081-1/+1
* | Use http_client constants instead of hardcodingEric Brown2016-07-071-5/+11
* | Ensure status code is always passed as intEric Brown2016-07-071-1/+1
|/
* Make assert_admin work with a requestJamie Lennox2016-07-051-4/+4
* Replace keystone.common.config with keystone.conf packageDolph Mathews2016-06-241-2/+2
* Fix a few spelling mistakesgecong19732016-06-241-1/+1
* Pass a request to controllers instead of a contextJamie Lennox2016-06-081-1/+1
* Replace context building with a request objectJamie Lennox2016-05-191-46/+19
* Merge "Make AuthContext depend on auth_token middleware"Jenkins2016-05-191-20/+31
|\
| * Make AuthContext depend on auth_token middlewareJamie Lennox2016-04-061-20/+31
* | Fix typosNavid Pustchi2016-04-231-1/+3
* | Fix D400 PEP257Navid Pustchi2016-04-211-1/+1
* | Fix D401 PEP8 violation.Navid Pustchi2016-04-141-6/+6
|/
* Merge "Simplify use of secure_proxy_ssl_header"9.0.0.0b3Jenkins2016-03-021-2/+1
|\
| * Simplify use of secure_proxy_ssl_headerBrant Knudson2016-02-221-2/+1
* | Fix keystone.common.wsgi to explicitly use bytesDavid Stanek2016-03-021-4/+4
|/
* Removing H405 violations from keystoneTin Lam2016-02-211-5/+5
* wsgi: fix base_url findingJulien Danjou2016-02-161-18/+22
* Fix the incompatible issue in response headerDave Chen2015-12-311-0/+30
* refactor: move variable to where it's neededSteve Martinelli2015-11-301-3/+3
* Capital letterszouyee2015-11-191-1/+1
* Fix the issues found with local confDave Chen2015-10-301-25/+3
* Fix D204: blank line required after class docstring (PEP257)Dolph Mathews2015-10-281-0/+4
* Fix D202: No blank lines after function docstring (PEP257)Dolph Mathews2015-10-281-6/+0
* Change JSON Home for OS-FEDERATION to use /auth/projects|domainsBrant Knudson2015-08-311-3/+4
* Prevent exception for invalidly encoded parametersSean Perry2015-08-181-3/+11
* Use dict.items() rather than six.iteritems()Brant Knudson2015-08-021-10/+8
* Reuse token_ref fetched in AuthContextMiddleware.Deepti Ramakrishna2015-07-231-17/+2
* Fixes docstring to make it more preciseDavid Stanek2015-07-091-8/+5