summaryrefslogtreecommitdiffstats
path: root/keystone/service.py
Commit message (Expand)AuthorAgeFilesLines
* Use dependency injection for assignment and identityBrant Knudson2013-07-311-1/+9
* Handle circular dependenciesBrant Knudson2013-07-311-0/+3
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-1/+2
* imports not in alphabetical order (flake8 H306)Dolph Mathews2013-05-241-2/+2
* extracting credentialsAdam Young2013-05-171-1/+3
* Make versions aware of enabled pipelines.Dan Prince2013-03-211-0/+3
* Allow trusts to be optionalDolph Mathews2013-03-201-1/+7
* Make Keystone return v3 as part of the version apiHenry Nash2013-03-091-2/+5
* TrustsAdam Young2013-03-051-2/+4
* v3 token APIGuang Yee2013-02-201-1/+2
* Fixes import order nitsZhongyue Luo2013-01-111-1/+1
* Keystone server support for user groupsHenry Nash2013-01-081-0/+1
* Driver registryDolph Mathews2012-12-211-16/+16
* module refactoringAdam Young2012-12-171-446/+26
* Move token controller into keystone.tokenDolph Mathews2012-12-121-542/+14
* Ensure serviceCatalog is list when empty, not dictBrian Waldon2012-12-061-1/+1
* Only 'import *' from 'core' modulesDolph Mathews2012-12-051-10/+10
* Ensure token expiration is maintained (bug 1079216)Dolph Mathews2012-11-281-0/+1
* Expose auth failure details in debug modeDolph Mathews2012-11-201-21/+21
* Refactor TokenController.authenticate() method.Alvaro Lopez Garcia2012-11-151-170/+216
* Fix transient test failures (bug 1077065, bug 1045962)Dolph Mathews2012-11-091-2/+1
* Merge "Fixed typo in log message"Jenkins2012-11-081-1/+1
|\
| * Fixed typo in log messageRalf Haferkamp2012-10-251-1/+1
* | Merge remote-tracking branch 'origin/feature/keystone-v3' into HEADDolph Mathews2012-11-021-0/+177
|\ \
| * | Identity API v3 Config, Routers, ControllersDolph Mathews2012-09-051-0/+177
* | | Implements REMOTE_USER authentication support.boden2012-10-311-6/+41
* | | Merge "Exception.message deprecated in py26 (bug 1070890)"Jenkins2012-10-261-1/+1
|\ \ \
| * | | Exception.message deprecated in py26 (bug 1070890)Dolph Mathews2012-10-241-1/+1
| | |/ | |/|
* / | Fixes 500 err on authentication for invalid bodyUnmesh Gurjar2012-10-251-0/+3
|/ /
* | Merge "Fixes response for missing credentials in auth"Jenkins2012-10-241-0/+10
|\ \
| * | Fixes response for missing credentials in authUnmesh Gurjar2012-10-221-0/+10
* | | Merge "Raise 400 if credentials not provided (bug 1044032)"Jenkins2012-10-241-0/+3
|\ \ \
| * | | Raise 400 if credentials not provided (bug 1044032)Dolph Mathews2012-10-091-0/+3
* | | | Merge "Fixes Bug 1063852"Jenkins2012-10-231-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes Bug 1063852Adam Young2012-10-191-0/+2
| |/ /
* / / replacing PKI token detection from content length to content prefix. (bug 106...Dan Radez2012-10-111-1/+1
|/ /
* | Merge "Implement token endpoint list (bug 1006777)"Jenkins2012-09-131-1/+50
|\ \
| * | Implement token endpoint list (bug 1006777)Dolph Mathews2012-09-061-1/+50
* | | Merge "LOG.warn all exception.Unauthorized authentication failures"Jenkins2012-09-131-0/+1
|\ \ \ | |/ / |/| |
| * | LOG.warn all exception.Unauthorized authentication failuresIonuț Arțăriși2012-09-031-0/+1
| |/
* | Remove id_hash columnAdam Young2012-09-041-12/+0
* | Merge "HACKING: Use single quotes"Jenkins2012-09-041-31/+31
|\ \
| * | HACKING: Use single quotesDolph Mathews2012-08-291-31/+31
| |/
* / Fixed typos in commentDolph Mathews2012-08-291-1/+1
|/
* Fix auth_token middleware to fetch revocation list as admin.Adam Young2012-08-231-1/+1
* PKI Token revocationMaru Newby2012-08-161-6/+30
* Assert adminness on token validation (bug 1030968)Dolph Mathews2012-07-301-46/+39
* Cryptographically Signed tokensAdam Young2012-07-261-61/+156
* Raise unauthorized if tenant disabled (bug 988920)Dolph Mathews2012-07-161-1/+13
* Keystone should use openstack.common.timeutilsZhongyue Luo2012-06-291-1/+2