summaryrefslogtreecommitdiffstats
path: root/keystone/middleware/auth_token.py
Commit message (Expand)AuthorAgeFilesLines
* 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-051-3/+3
* | auth_token hash pkiAdam Young2012-11-011-2/+3
|/
* 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-281-4/+5
* Pass serviceCatalog in auth_token middlewareAnthony Young2012-06-191-1/+13
* PEP8 fixesDolph Mathews2012-06-181-4/+6
* fix importing of optional modules in auth_tokenPádraig Brady2012-06-071-1/+1
* 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
* | Merge "blueprint 2-way-ssl"Jenkins2012-05-291-4/+12
|\ \
| * | blueprint 2-way-sslLiem Nguyen2012-05-241-4/+12
| |/
* / Fixes some pep8 warning/errors.Chmouel Boudjnah2012-05-241-1/+1
|/
* additional logging to support debugging auth issueJoe Heck2012-03-311-1/+7
* updating docs to include creating service acctsJoe Heck2012-03-201-1/+1
* Merge "Refactor keystone.common.logging use (bug 948224)"Jenkins2012-03-201-20/+20
|\
| * Refactor keystone.common.logging use (bug 948224)Dolph Mathews2012-03-141-20/+20
* | Update username -> name in token response.Brian Lamar2012-03-141-1/+1
|/
* Improved legacy tenancy resolution (bug 951933)Dolph Mathews2012-03-131-10/+23
* Fix iso8601 import/use and date comparaison.Chmouel Boudjnah2012-03-121-2/+4
* Add simple set of tests for auth_token middlewareBrian Waldon2012-03-101-1/+6
* Merge "Make sure we have a port number before int it."Jenkins2012-03-101-2/+1
|\
| * Make sure we have a port number before int it.Chmouel Boudjnah2012-03-081-2/+1
* | Add token caching via memcache.Chmouel Boudjnah2012-03-091-0/+70
* | HTTP_AUTHORIZATION was used in proxy modeJesse Andrews2012-03-071-6/+0
|/
* improve auth_token middlewareJesse Andrews2012-03-011-330/+323
* Unpythonic code in redux in auth_token.pyZhongyue Luo2012-02-291-83/+113
* Handle KeyError in _get_admin_auth_token.Dan Prince2012-02-281-1/+5
* Set tenantName to 'admin' in get_admin_auth_token.Dan Prince2012-02-271-21/+3
* Update auth_token middleware so it sets X_USER_ID.Dan Prince2012-02-251-2/+7
* Fix case of admin role in middleware.Dan Prince2012-02-241-1/+1
* Remove extraneous _validate_claims() arg.Eoghan Glynn2012-02-241-1/+1
* Fix copyright dates and remove duplicate Apache licenses.Shevek2012-02-221-15/+1
* Re-adds admin_pass/user to auth_tok middleware.Dan Prince2012-02-221-7/+39
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14