summaryrefslogtreecommitdiff
path: root/keystone/token/providers/pki.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for PKI and PKIz tokensSteve Martinelli2016-11-011-67/+0
* Replace keystone.common.config with keystone.conf packageDolph Mathews2016-06-241-2/+2
* Fix D400 PEP257Navid Pustchi2016-04-211-1/+1
* Remove eventlet supportSteve Martinelli2016-04-181-2/+3
* Deprecate the pki and pkiz token providers.Lance Bragstad2015-12-041-0/+5
* Consolidate the fernet provider issue_v3_token()Lance Bragstad2015-07-011-0/+8
* Keystone Lightweight Tokens (KLWT)Lance Bragstad2015-03-021-0/+4
* Consistently use oslo_config.cfg.CONFBrant Knudson2015-02-181-2/+2
* Use oslo.log instead of incubatorSteve Martinelli2015-02-141-1/+1
* Change oslo.serialization to oslo_serializationBrant Knudson2015-02-031-1/+1
* Adds missing log hints for level E/I/WDavid Stanek2014-11-211-2/+2
* Merge "PKI and PKIZ tokens unnecessary whitespace removed"Jenkins2014-10-241-1/+3
|\
| * PKI and PKIZ tokens unnecessary whitespace removedAlexander Makarov2014-10-231-1/+3
* | Use jsonutils from oslo.serializationSteve Martinelli2014-10-061-1/+1
|/
* Use oslo.i18nBrant Knudson2014-07-131-1/+1
* Consistenly use jsonutils instead of jsonDirk Mueller2014-05-311-3/+2
* Ensure token is a stringAdam Young2014-05-011-3/+7
* Uses explicit imports for _Ilya Pekelny2014-03-181-0/+1
* Remove duplicated cms fileAdam Young2014-02-251-1/+2
* Remove vim headerEric Guo2014-02-081-2/+0
* Make common log import consistentMorgan Fainberg2014-01-111-2/+2
* token provider cleanupAdam Young2013-12-091-2/+2
* Style improvements to logging format stringsLars Butler2013-11-221-1/+1
* Changed header from LLC to Foundation based on trademark policiesSean Winn2013-09-051-1/+1
* Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-151-1/+1
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-0/+44