summaryrefslogtreecommitdiff
path: root/keystone/auth/plugins/token.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for loading auth plugin by classBrant Knudson2015-05-101-3/+1
* Consistently use oslo_config.cfg.CONFDavid Stanek2015-03-091-2/+2
* Use correct dependency decoratorSteve Martinelli2015-02-261-2/+1
* Use oslo.log instead of incubatorSteve Martinelli2015-02-141-1/+1
* Log exceptions safelyDoug Hellmann2015-02-131-1/+3
* Unscoped to Scoped onlyAdam Young2015-02-051-0/+9
* Scope federated token with 'token' identity methodMarek Denis2015-01-141-42/+58
* Update AuthContextMiddleware to not use token_apiMorgan Fainberg2014-08-251-26/+9
* Add audit ids to tokensMorgan Fainberg2014-08-191-0/+14
* Use functions in oslo.utilsBrant Knudson2014-08-091-1/+2
* Fixed small capitalization issueDavid Stanek2014-03-291-1/+1
* Remove extraenous instantiations of managersMorgan Fainberg2014-03-271-5/+3
* Add a space after the hash for block commentsDavid Stanek2014-03-231-10/+10
* Remove vim headerEric Guo2014-02-081-2/+0
* Refactor Auth plugin configuration optionsMorgan Fainberg2014-01-301-3/+4
* Fix typos in documents and commentsEric Guo2014-01-231-2/+2
* Make common log import consistentMorgan Fainberg2014-01-111-2/+2
* Changed header from LLC to Foundation based on trademark policiesSean Winn2013-09-051-1/+1
* use provider to validate tokensAdam Young2013-08-201-15/+34
* Add delegated_auth support for keystoneSteve Martinelli2013-08-161-3/+6
* Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-151-1/+1
* Implement Token Binding.Jamie Lennox2013-07-171-0/+2
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-1/+2
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-1/+1
* imports not in alphabetical order (flake8 H306)Dolph Mathews2013-05-241-2/+1
* Removed unused importsDolph Mathews2013-04-161-1/+0
* No parent exception to wrapAdam Young2013-03-151-1/+1
* Move auth plugins to 'keystone.auth.plugins' (bug 1136967)Dolph Mathews2013-03-061-0/+55