summaryrefslogtreecommitdiffstats
path: root/keystone/identity/core.py
Commit message (Expand)AuthorAgeFilesLines
* Use dependency injection for assignment and identityBrant Knudson2013-07-311-6/+2
* Merge "sql.Driver:authenticate() signatures should match"Jenkins2013-07-301-1/+1
|\
| * sql.Driver:authenticate() signatures should matchBrant Knudson2013-07-171-1/+1
* | Use assignment_api rather than assignmentBrant Knudson2013-07-221-30/+30
|/
* Implement role assignment inheritance (OS-INHERIT extension)Henry Nash2013-07-171-10/+19
* Mixed LDAP/SQL Backend.Adam Young2013-07-121-9/+0
* Rationalize how we get roles after authentication in the controllersHenry Nash2013-07-101-29/+4
* assignment backendAdam Young2013-07-091-313/+106
* Merge "Fix issue with v3 tokens and group membership roles"Jenkins2013-07-081-20/+58
|\
| * Fix issue with v3 tokens and group membership rolesHenry Nash2013-07-061-20/+58
* | Implement GET /role_assignment API callHenry Nash2013-07-031-0/+4
|/
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-7/+6
* Merge "Move user fileds type check to identity.Manager"Jenkins2013-06-181-4/+11
|\
| * Move user fileds type check to identity.ManagerWu Wenxiang2013-06-161-4/+11
* | Http 400 when project enabled is not a booleanWu Wenxiang2013-06-161-0/+6
|/
* Add checks to test if enabled is boolgalstrom212013-06-121-4/+5
* split authenticate callAdam Young2013-06-031-3/+18
* extracting credentialsAdam Young2013-05-171-44/+0
* Clean up duplicate methodsBrant Knudson2013-04-081-37/+2
* Support for LDAP groups (bug #1092187)Sahdev Zala2013-03-191-0/+1
* Merge "Make getting user-domain roles backend independant"Jenkins2013-03-111-8/+36
|\
| * Make getting user-domain roles backend independantHenry Nash2013-03-041-8/+36
* | add missing attributes for group/project tables (bug1126021)Gordon Chung2013-03-071-0/+20
|/
* domain-scopingGuang Yee2013-02-201-0/+10
* project membership to role conversionAdam Young2013-02-181-7/+13
* add missing kvs functionality (bug1119770)Gordon Chung2013-02-141-15/+10
* Keystone backend preparation for domain-scopingHenry Nash2013-02-121-4/+15
* tenant to project in the apisAdam Young2013-01-281-16/+16
* Tenant to Project in Back endsAdam Young2013-01-281-9/+10
* Sync base identity Driver defs with SQL driverYuriy Taraday2013-01-151-2/+2
* Keystone server support for user groupsHenry Nash2013-01-081-5/+108
* Driver registryDolph Mathews2012-12-211-6/+2
* split identities module into logical partsAdam Young2012-11-291-614/+0
* Merge "Expose auth failure details in debug mode"Jenkins2012-11-201-4/+3
|\
| * Expose auth failure details in debug modeDolph Mathews2012-11-201-4/+3
* | Wrap v3 API with RBAC (bug 1023943)Dolph Mathews2012-11-201-56/+30
|/
* Include 'extra' attributes twice (bug 1076120)Dolph Mathews2012-11-071-0/+5
* Merge remote-tracking branch 'origin/feature/keystone-v3' into HEADDolph Mathews2012-11-021-57/+407
|\
| * Identity API v3 Config, Routers, ControllersDolph Mathews2012-09-051-57/+407
* | Merge "move filter_user function to keystone.identity.core"Jenkins2012-10-241-0/+13
|\ \
| * | move filter_user function to keystone.identity.coreIonuț Arțăriși2012-10-221-0/+13
* | | Adding handling for get user/tenant by namegalstrom212012-10-231-0/+17
|/ /
* | Limit token revocation to tenant (bug 1050025)Dolph Mathews2012-09-131-4/+4
* | Merge "LOG.warn all exception.Unauthorized authentication failures"Jenkins2012-09-131-0/+2
|\ \
| * | LOG.warn all exception.Unauthorized authentication failuresIonuț Arțăriși2012-09-031-0/+2
| |/
* / Delete user tokens after role grant/revokeDolph Mathews2012-09-121-1/+6
|/
* Require authz to update user's tenant (bug 1040626)Dolph Mathews2012-08-231-0/+1
* Fixed marker & limit computation (bug 1006055)Dolph Mathews2012-06-281-4/+6
* Refactor 404's into managers & drivers (bug 968519)Dolph Mathews2012-06-271-76/+118
* Reorder imports by full module pathZhongyue Luo2012-06-201-4/+4