summaryrefslogtreecommitdiff
path: root/keystoneclient/access.py
Commit message (Expand)AuthorAgeFilesLines
* Update hacking versionZhijunWei2019-01-041-3/+3
* Fix typo in access.pyzhangyanxian2016-11-161-1/+1
* Remove redundant variable declarationGeorge Tian2016-10-091-2/+0
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-1/+0
* Fix D400 PEP257 violation.Navid Pustchi2016-04-231-2/+2
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-30/+30
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-7/+13
* Address hacking check H405lin-hua-cheng2016-01-131-54/+67
* Proper deprecation for AccessInfo management_url propertyBrant Knudson2015-07-241-5/+16
* Proper deprecation for AccessInfo auth_url propertyBrant Knudson2015-07-241-5/+16
* Proper deprecation for AccessInfo scoped propertyBrant Knudson2015-07-241-1/+18
* Proper deprecation for AccessInfo region_name parameterBrant Knudson2015-07-241-2/+14
* Expose audit_id via AccessInfoJamie Lennox2015-03-281-0/+57
* Switch from oslo.utils to oslo_utilsBrant Knudson2015-01-311-1/+1
* Merge "Docstring cleanup for return type"Jenkins2014-12-021-2/+4
|\
| * Docstring cleanup for return typeBrant Knudson2014-10-151-2/+4
* | I18nBrant Knudson2014-10-281-1/+2
* | Merge "Use oslo.utils and oslo.serialization"Jenkins2014-10-161-1/+2
|\ \ | |/ |/|
| * Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-1/+2
* | Docstrings should have :returns: everywhere.Marek Denis2014-10-151-2/+2
|/
* Handle federated tokensMarek Denis2014-09-171-2/+28
* Standardize AccessInfo token settingJamie Lennox2014-08-131-17/+35
* Add trust users to AccessInfo and fixtureJamie Lennox2014-06-291-0/+33
* Add OAuth data to AccessInfoJamie Lennox2014-06-301-0/+32
* Add issued handlers to auth_ref and fixturesJamie Lennox2014-06-191-0/+16
* Add role ids to the AccessInfoJamie Lennox2014-06-191-0/+17
* Create a test token generator and use itJamie Lennox2014-04-031-1/+1
* Fix role_names call from V3 AccessInfoJamie Lennox2014-02-201-1/+1
* Return role names by AccessInfo.role_namesIlya Kharin2014-01-281-0/+17
* Properly handle Regions in keystoneclientJamie Lennox2013-12-041-8/+38
* Allow v2 client authentication with trust_idSteven Hardy2013-09-261-2/+2
* Remove duplicate method in AccessInfoZhiQiang Fan2013-08-291-3/+0
* Add domain attributes to accessinfoJamie Lennox2013-08-261-6/+51
* Support older token formats for projects in accessinfoJamie Lennox2013-08-261-8/+37
* Initial Trusts supportSteven Hardy2013-08-201-0/+33
* Merge "Use ServiceCatalog.factory, the object has no __init__"Jenkins2013-07-211-1/+1
|\
| * Use ServiceCatalog.factory, the object has no __init__Sascha Peilicke2013-07-091-1/+1
* | Fix and enable gating on H402Dirk Mueller2013-07-121-2/+2
|/
* Fix and enable H401Dirk Mueller2013-06-271-6/+6
* Implements v3 auth client.lin-hua-cheng2013-06-201-57/+349
* Use AuthRef for some client fieldsJulien Danjou2013-06-111-1/+9
* Fix line continuations (flake8 E125, E126)Dolph Mathews2013-06-031-2/+2
* Merge "Fix STALE_TOKEN_DURATION usage"Jenkins2013-01-261-2/+3
|\
| * Fix STALE_TOKEN_DURATION usageJulien Danjou2013-01-241-2/+3
* | Merge "Factorize endpoint retrieval in access"Jenkins2013-01-241-22/+13
|\ \
| * | Factorize endpoint retrieval in accessJulien Danjou2013-01-241-22/+13
| |/
* | Remove useless codeJulien Danjou2013-01-231-3/+0
|/
* bug-1040361: use keyring to store tokensGuang Yee2012-12-041-0/+32
* removing repeat attempt at authorization in clientJoe Heck2012-11-091-0/+144