summaryrefslogtreecommitdiffstats
path: root/keystone/token/controllers.py
Commit message (Expand)AuthorAgeFilesLines
* Configurable max password length (bug 1175906)Dolph Mathews2013-08-081-5/+3
* Remove kwargs from manager calls where not needed.Morgan Fainberg2013-08-011-6/+4
* Implement Token Binding.Jamie Lennox2013-07-171-4/+16
* Fix XML rendering with empty auth payload.Jamie Lennox2013-07-171-0/+5
* Implements Pluggable V2 Token ProviderGuang Yee2013-07-151-199/+15
* Rationalize how we get roles after authentication in the controllersHenry Nash2013-07-101-65/+27
* assignment backendAdam Young2013-07-091-2/+0
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-69/+53
* Do not raise NEW exceptionsSergey Vilgelm2013-06-241-4/+5
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-2/+2
* Merge "Move auth_token middleware from admin user to an RBAC policy"Jenkins2013-05-301-5/+3
|\
| * Move auth_token middleware from admin user to an RBAC policyJoe Gordon2013-05-161-5/+3
* | Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-8/+9
* | use the 'not in' operator (flake8 H902)Dolph Mathews2013-05-231-1/+1
* | Use TODO(NAME) (flake8 H101)Dolph Mathews2013-05-231-6/+6
|/
* Delete extra dict in token controller.You Ji2013-04-191-4/+4
* What is this for?Dolph Mathews2013-04-161-4/+0
* Allow trusts to be optionalDolph Mathews2013-03-201-4/+6
* Merge "Prohibit V3 V2 token intermix for resource in non-default domain (bug ...Jenkins2013-03-201-1/+44
|\
| * Prohibit V3 V2 token intermix for resource in non-default domain (bug 1157430)Guang Yee2013-03-191-1/+44
* | Validate domains unconditionally (bug 1130236)Dolph Mathews2013-03-191-3/+1
|/
* add belongs_to checkAdam Young2013-03-111-3/+10
* Merge "Change exception raised to Forbidden on trust_id"Jenkins2013-03-111-3/+2
|\
| * Change exception raised to Forbidden on trust_idAdam Young2013-03-061-3/+2
* | unable to load certificate should abort requestDavid Höppner2013-03-061-5/+10
|/
* TrustsAdam Young2013-03-051-5/+66
* v3 token APIGuang Yee2013-02-201-13/+2
* Ensure user and tenant enabled in EC2Nathanael Burton2013-02-191-35/+2
* Keystone backend preparation for domain-scopingHenry Nash2013-02-121-61/+66
* Add size validations to token controller.Dan Prince2013-02-051-12/+35
* Merge "tenant to project in the apis"Jenkins2013-01-301-11/+11
|\
| * tenant to project in the apisAdam Young2013-01-281-11/+11
* | Merge "Tenant to Project in Back ends"Jenkins2013-01-291-2/+2
|\|
| * Tenant to Project in Back endsAdam Young2013-01-281-2/+2
* | Enable/disable domains (bug 1100145)Dolph Mathews2013-01-281-5/+29
|/
* Fixes import order nitsZhongyue Luo2013-01-111-2/+2
* Keystone server support for user groupsHenry Nash2013-01-081-6/+64
* Driver registryDolph Mathews2012-12-211-0/+2
* Test drivers return HTTP 501 Not ImplementedDolph Mathews2012-12-121-2/+3
* Move token controller into keystone.tokenDolph Mathews2012-12-121-0/+545