summaryrefslogtreecommitdiffstats
path: root/keystone/auth
Commit message (Expand)AuthorAgeFilesLines
* Add delegated_auth support for keystoneSteve Martinelli2013-08-163-3/+88
* Merge "Implement domain specific Identity backends"Jenkins2013-08-161-1/+3
|\
| * Implement domain specific Identity backendsHenry Nash2013-08-151-1/+3
* | Merge "Cleaned up pluggable auth docs"Jenkins2013-08-152-34/+40
|\ \ | |/ |/|
| * Cleaned up pluggable auth docsJoe Duhamel2013-08-152-34/+40
* | Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-153-3/+3
|/
* Implement Token Binding.Jamie Lennox2013-07-173-1/+10
* Implemented token creation without catalog response.Fabio Giannetti2013-07-171-1/+5
* Fix XML rendering with empty auth payload.Jamie Lennox2013-07-171-1/+1
* Pluggable Remote UserAdam Young2013-07-172-20/+82
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-124-410/+58
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-284-58/+38
* Do not raise NEW exceptionsSergey Vilgelm2013-06-241-4/+5
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-2/+2
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-243-12/+12
* imports not in alphabetical order (flake8 H306)Dolph Mathews2013-05-245-10/+8
* Use TODO(NAME) (flake8 H101)Dolph Mathews2013-05-233-4/+4
* Remove unused variables (flake8 F841)Dolph Mathews2013-05-231-1/+1
* Satisfy flake8 import rules F401 and F403Dolph Mathews2013-05-231-1/+2
* Merge "clean up invalid variable reference"Jenkins2013-04-231-1/+1
|\
| * clean up invalid variable referenceBrant Knudson2013-04-081-1/+1
* | Removed unused importsDolph Mathews2013-04-162-2/+0
* | Fix for configuring non-default auth plugins properlyDavanum Srinivas2013-04-091-0/+1
|/
* use the roles in the token when recreatingtermie2013-03-251-10/+60
* Rename trust extension.Russell Bryant2013-03-222-5/+5
* Move trusts to extensionDolph Mathews2013-03-212-5/+6
* Allow trusts to be optionalDolph Mathews2013-03-202-9/+9
* Validate domains unconditionally (bug 1130236)Dolph Mathews2013-03-191-0/+3
* V2, V3 token intermix for unscoped tokens (bug 1156913)Guang Yee2013-03-181-1/+1
* extracting user and trust ids into normalized fieldsAdam Young2013-03-151-1/+2
* Merge "Remove duplicate password/token opts."Jenkins2013-03-151-9/+0
|\
| * Remove duplicate password/token opts.Dan Prince2013-03-141-9/+0
* | No parent exception to wrapAdam Young2013-03-151-1/+1
|/
* Merge "cleanup trusts in controllers"Jenkins2013-03-121-2/+2
|\
| * cleanup trusts in controllersAdam Young2013-03-061-2/+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
| |/
* | return 201 Created on POST request (bug1131119)Gordon Chung2013-03-072-4/+9
* | Move auth plugins to 'keystone.auth.plugins' (bug 1136967)Dolph Mathews2013-03-063-0/+0
|/
* TrustsAdam Young2013-03-053-47/+131
* bug 1134802: fix inconsistent format for expires_at and issued_atGuang Yee2013-03-052-15/+20
* bug 1131840: fix auth and token data for XML translationGuang Yee2013-02-264-40/+42
* Tests for domain-scoped tokensDolph Mathews2013-02-212-10/+12
* domain-scopingGuang Yee2013-02-201-2/+16
* v3 token APIGuang Yee2013-02-208-0/+934