summaryrefslogtreecommitdiffstats
path: root/keystone/middleware
Commit message (Expand)AuthorAgeFilesLines
* remove swift dependency of s3 middlewareKun Huang2013-08-021-4/+52
* Revert environment module usage in middleware.Jamie Lennox2013-06-262-6/+6
* Isolate eventlet code into environment.Jamie Lennox2013-06-182-8/+8
* import only modules (flake8 H302)Dolph Mathews2013-05-241-2/+2
* Satisfy flake8 import rules F401 and F403Dolph Mathews2013-05-231-0/+1
* Merge "Rework S3Token middleware tests."Jenkins2013-03-221-8/+7
|\
| * Rework S3Token middleware tests.Chmouel Boudjnah2013-02-251-8/+7
* | Wrap config module and require manual setup (bug 1143998)Dolph Mathews2013-03-201-1/+1
* | xml_body returns backtrace on XMLSyntaxErrorDavid Höppner2013-03-141-1/+8
|/
* bug 1131840: fix auth and token data for XML translationGuang Yee2013-02-261-0/+3
* v3 token APIGuang Yee2013-02-201-0/+7
* Fix spelling mistakesJoe Gordon2013-02-121-1/+1
* Fixes 'not in' operator usageZhongyue Luo2013-02-042-2/+2
* Limit the size of HTTP requests.Dan Prince2013-01-211-0/+21
* Remove swift auth.Chmouel Boudjnah2012-12-121-295/+0
* Import auth_token middleware from keystoneclientHenry Nash2012-11-191-832/+11
* Use the right subprocess based on os monkeypatchVishvananda Ishaya2012-11-091-2/+1
* Merge "fixes bug 1074172"Jenkins2012-11-081-3/+35
|\
| * fixes bug 1074172Joe Heck2012-11-071-3/+35
* | HACKING compliance: consistent use of 'except'Dolph Mathews2012-11-053-6/+6
* | auth_token hash pkiAdam Young2012-11-011-2/+3
|/
* Move 'opentack.context' and 'openstack.params' definitions to keystone.common...Alvaro Lopez Garcia2012-10-291-2/+2
* replacing PKI token detection from content length to content prefix. (bug 106...Dan Radez2012-10-111-1/+1
* Backslash continuation cleanupZhongyue Luo2012-09-191-4/+4
* Check for expected cfg impl (bug 1043479)Dolph Mathews2012-08-291-1/+1
* Fix auth_token middleware to fetch revocation list as admin.Adam Young2012-08-231-2/+6
* allow middleware configuration from app configAlan Pevec2012-08-221-20/+76
* PKI Token revocationMaru Newby2012-08-161-10/+89
* Use user home dir as default for cacheAdam Young2012-08-011-2/+9
* Set default signing_dir based on os USER.Dan Prince2012-07-301-1/+2
* Test for Cert by nameAdam Young2012-07-301-2/+2
* Cryptographically Signed tokensAdam Young2012-07-261-35/+152
* Merge "Admin Auth URI prefix"Jenkins2012-07-131-1/+3
|\
| * Admin Auth URI prefixayoung2012-07-121-1/+3
* | Prevent service catalog injection in auth_token.Dan Prince2012-07-121-0/+1
|/
* Keystone should use openstack.common.jsonutilsZhongyue Luo2012-06-283-12/+13
* Removed unused importDolph Mathews2012-06-211-2/+0
* Reorder imports by full module pathZhongyue Luo2012-06-202-3/+3
* Pass serviceCatalog in auth_token middlewareAnthony Young2012-06-191-1/+13
* 400 on unrecognized content type (bug 1012282)Dolph Mathews2012-06-191-7/+11
* PEP8 fixesDolph Mathews2012-06-185-23/+28
* fix importing of optional modules in auth_tokenPádraig Brady2012-06-071-1/+1
* Merge "Use X_USER_NAME and X_ROLES headers."Jenkins2012-06-061-3/+3
|\
| * Use X_USER_NAME and X_ROLES headers.Chmouel Boudjnah2012-05-221-3/+3
* | Merge "Update swift_auth documentation."Jenkins2012-05-291-4/+3
|\ \
| * | Update swift_auth documentation.Chmouel Boudjnah2012-05-231-4/+3
| |/
* | Merge "Add ACL check using <tenant_id>:<user> format."Jenkins2012-05-291-3/+5
|\ \
| * | Add ACL check using <tenant_id>:<user> format.Lin Hua Cheng2012-05-221-3/+5
| |/
* | Merge "Make sure we parse delay_auth_decision as boolean."Jenkins2012-05-291-1/+2
|\ \
| * | Make sure we parse delay_auth_decision as boolean.Chmouel Boudjnah2012-05-151-1/+2