summaryrefslogtreecommitdiffstats
path: root/keystone/token
Commit message (Expand)AuthorAgeFilesLines
* Merge "Sync models with migrations"Jenkins2013-08-121-3/+6
|\
| * Sync models with migrationsElena Ezhova2013-08-121-3/+6
* | Configurable max password length (bug 1175906)Dolph Mathews2013-08-081-5/+3
* | Merge "Remove kwargs from manager calls where not needed."Jenkins2013-08-022-8/+6
|\ \ | |/ |/|
| * Remove kwargs from manager calls where not needed.Morgan Fainberg2013-08-012-8/+6
* | default token format/provider handlingBrant Knudson2013-07-241-0/+4
|/
* Deprecate kvs token backendJoe Gordon2013-07-221-0/+14
* Deprecation warning for [signing] token_formatDolph Mathews2013-07-181-12/+20
* Support token_format for backward compatibilityGuang Yee2013-07-181-10/+36
* Merge "grammar fixes in error messages"Jenkins2013-07-171-3/+3
|\
| * grammar fixes in error messagesDolph Mathews2013-07-161-3/+3
* | Implement Token Binding.Jamie Lennox2013-07-172-5/+26
* | Implemented token creation without catalog response.Fabio Giannetti2013-07-171-4/+7
* | Fix XML rendering with empty auth payload.Jamie Lennox2013-07-171-0/+5
|/
* Implements Pluggable V2 Token ProviderGuang Yee2013-07-153-216/+251
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-129-26/+562
* 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-282-73/+54
* Do not raise NEW exceptionsSergey Vilgelm2013-06-241-4/+5
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-2/+2
* Fix token purging for memcache for user token index.Morgan Fainberg2013-06-101-6/+85
* Fixes a typoBrant Knudson2013-05-301-1/+1
* Improve the performance of tokens deletion for usergengjh2013-05-302-6/+61
* 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
* | Remove unused variables (flake8 F841)Dolph Mathews2013-05-232-2/+1
* | Satisfy flake8 import rules F401 and F403Dolph Mathews2013-05-231-0/+1
* | Implement Token Flush via keystone-manage.Jamie Lennox2013-05-213-0/+20
* | get SQL refs from session (bp sql-query-get)Dolph Mathews2013-05-201-7/+4
* | Allow backend & client SQL tests on mysql and pg.Jamie Lennox2013-05-101-0/+1
|/
* Delete extra dict in token controller.You Ji2013-04-191-4/+4
* What is this for?Dolph Mathews2013-04-161-4/+0
* Fix token ids for memcachedAdam Young2013-04-121-5/+5
* 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-192-22/+16
|/
* extracting user and trust ids into normalized fieldsAdam Young2013-03-154-33/+17
* 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
* | Merge "unable to load certificate should abort request"Jenkins2013-03-081-5/+10
|\ \
| * | unable to load certificate should abort requestDavid Höppner2013-03-061-5/+10
| |/
* / Delete tokens for userAdam Young2013-03-082-39/+76
|/
* TrustsAdam Young2013-03-055-17/+107
* v3 token APIGuang Yee2013-02-201-13/+2