summaryrefslogtreecommitdiff
path: root/keystoneclient/middleware
Commit message (Expand)AuthorAgeFilesLines
* Rename instead of writing directly to revoked fileChmouel Boudjnah2013-12-201-1/+4
* Python3: replace urllib by six.moves.urllibCyril Roelandt2013-12-121-2/+2
* Merge "Fix typo in keystoneclient"Jenkins2013-12-031-1/+1
|\
| * Fix typo in keystoneclienthuangtianhua2013-11-251-1/+1
* | Merge "Convert revocation list file last modified to UTC"Jenkins2013-12-031-1/+1
|\ \
| * | Convert revocation list file last modified to UTCKieran Spear2013-11-111-1/+1
* | | Do not format messages before they are loggedPeter Portante2013-11-261-11/+12
* | | Merge "Migrate the keystone.common.cms to keystoneclient"Jenkins2013-11-261-4/+11
|\ \ \ | |_|/ |/| |
| * | Migrate the keystone.common.cms to keystoneclientLei Zhang2013-10-281-4/+11
* | | Opt-out of service catalogguang-yee2013-11-211-5/+16
| |/ |/|
* | Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-172-2/+2
|/
* Merge "Normalize datetimes to account for tz"0.4.0Jenkins2013-10-091-4/+17
|\
| * Normalize datetimes to account for tzBryan Davidson2013-10-091-4/+17
* | Merge "Fix H202 assertRaises Exception"Jenkins2013-10-091-4/+5
|\ \ | |/ |/|
| * Fix H202 assertRaises ExceptionKui Shi2013-10-041-4/+5
* | Merge "Refactor for testability of an upcoming change"Jenkins2013-10-071-23/+25
|\ \ | |/ |/|
| * Refactor for testability of an upcoming changeBryan Davidson2013-10-011-23/+25
* | Merge "Log user info in auth_token middleware"Jenkins2013-10-021-0/+3
|\ \ | |/ |/|
| * Log user info in auth_token middlewareAmalaBasha2013-09-101-0/+3
* | Replace HttpConnection in auth_token with RequestsJamie Lennox2013-09-121-68/+61
* | Support client generate literal ipv6 auth_uri base on auth_hostDazhao2013-09-111-2/+8
|/
* Merge "Use OSLO jsonutils instead of json module"Jenkins2013-08-301-5/+4
|\
| * Use OSLO jsonutils instead of json moduleJamie Lennox2013-08-261-5/+4
* | Fix and enable gating on F841Morgan Fainberg2013-08-291-2/+2
* | Merge "Use hashed token for invalid PKI token cache key"Jenkins2013-08-261-19/+23
|\ \ | |/ |/|
| * Use hashed token for invalid PKI token cache keyKieran Spear2013-08-201-19/+23
* | Merge "Move all opens in auth_token to be in context"Jenkins2013-08-231-6/+4
|\ \
| * | Move all opens in auth_token to be in contextMatthew Treinish2013-08-151-6/+4
* | | Allow configure the number of http retriesChmouel Boudjnah2013-08-211-1/+6
* | | Make auth_token middleware fetching respect prefixJamie Lennox2013-08-191-4/+6
| |/ |/|
* | Merge "Fix a typo in fetch_revocation_list"Jenkins2013-08-161-2/+2
|\ \
| * | Fix a typo in fetch_revocation_listMatthieu Huin2013-08-061-2/+2
* | | Merge "Don't cache tokens as invalid on network errors"Jenkins2013-08-151-3/+11
|\ \ \
| * | | Don't cache tokens as invalid on network errorsChmouel Boudjnah2013-08-091-3/+11
* | | | Merge "Fixes files with wrong bitmode"Jenkins2013-08-151-0/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixes files with wrong bitmodelawrancejing2013-08-131-0/+0
| | |/ | |/|
* | | Merge "Refactor verify signing dir logic"Jenkins2013-08-141-16/+27
|\ \ \
| * | | Refactor verify signing dir logicWu Wenxiang2013-08-141-16/+27
| |/ /
* | | Merge "python3: Add basic compatibility support"Jenkins2013-08-141-1/+3
|\ \ \ | |/ / |/| |
| * | python3: Add basic compatibility supportChuck Short2013-08-041-1/+3
* | | auth_uri (public ep) should not default to auth_* values (admin ep)Dolph Mathews2013-08-051-7/+16
* | | Adds help in keystone_authtoken config optsThomas Goirand2013-08-051-22/+85
|/ /
* | Merge "flake8: fix alphabetical imports and enable H306"Jenkins2013-08-021-2/+2
|\ \ | |/ |/|
| * flake8: fix alphabetical imports and enable H306Dolph Mathews2013-08-011-2/+2
* | Merge "Drop webob from auth_token.py"Jenkins2013-08-011-5/+19
|\ \ | |/ |/|
| * Drop webob from auth_token.pyPete Zaitcev2013-07-261-5/+19
* | Merge "no logging on cms failure"Jenkins2013-07-311-0/+1
|\ \
| * | no logging on cms failureAdam Young2013-07-261-0/+1
| |/
* | rm improper assert syntaxKun Huang2013-07-171-2/+2
|/
* Fix and enable gating on H402Dirk Mueller2013-07-121-1/+1