summaryrefslogtreecommitdiff
path: root/keystoneclient/auth
Commit message (Expand)AuthorAgeFilesLines
* Update hacking for Python3Andreas Jaeger2020-03-312-0/+3
* Update json module to jsonutilscao.yuan2019-02-251-2/+2
* Remove use of positional decoratorMorgan Fainberg2017-08-077-16/+0
* Merge "Remove log translations in python-keystoneclient"Jenkins2017-05-162-10/+8
|\
| * Remove log translations in python-keystoneclientwingwj2017-03-212-10/+8
* | Fix 12 warnings when building keystoneclient docsGage Hugo2017-02-093-5/+5
|/
* Fix some spelling mistaks in base.py & auth.pyzhangyanxian2016-11-171-2/+2
* TrivialFix: Fixed typo in some filesAnh Tran2016-09-273-3/+3
* Remove unused LOGji-xuepeng2016-07-092-8/+0
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-042-12/+0
* Fix D400 PEP257 violation.Navid Pustchi2016-04-232-2/+4
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-2/+2
* Allow seeing full token response when debug enabledStuart McLaren2016-03-151-0/+2
* Deprecate auth plugins from keystoneclientJamie Lennox2016-02-035-0/+61
* use positional library instead of utilsSteve Martinelli2016-01-257-13/+17
* Merge "Address hacking check H405"Jenkins2016-01-232-18/+28
|\
| * Address hacking check H405lin-hua-cheng2016-01-132-18/+28
* | Mark password/secret options as secretBrant Knudson2016-01-143-2/+3
|/
* Swap the order of username deprecationMonty Taylor2015-11-193-6/+6
* Pull the endpoint from the SessionMonty Taylor2015-11-081-1/+2
* Merge "Mark abstractmethod bodies with nocover"Jenkins2015-10-225-5/+6
|\
| * Mark abstractmethod bodies with nocoverBrant Knudson2015-10-215-5/+6
* | Merge "Docstring spelling and function-vs-method fixes"Jenkins2015-10-211-5/+5
|\ \ | |/ |/|
| * Docstring spelling and function-vs-method fixesDolph Mathews2015-10-211-5/+5
* | pass on @abc.abstractmethodsDolph Mathews2015-10-213-0/+3
|/
* Make __all__ immutableDolph Mathews2015-10-018-12/+12
* Identity plugin thread safetyJamie Lennox2015-09-101-2/+10
* Stop using .keys() on dicts where not neededBrant Knudson2015-08-061-1/+1
* Proper deprecation for BaseIdentityPlugin trust_id propertyBrant Knudson2015-07-264-5/+57
* Proper deprecation for BaseIdentityPlugin username, password, token_id proper...Brant Knudson2015-07-262-6/+109
* Merge "Add get_communication_params interface to plugins"Jenkins2015-06-091-0/+13
|\
| * Add get_communication_params interface to pluginsJamie Lennox2015-05-261-0/+13
* | Stop using function deprecated in Python 3Brant Knudson2015-06-082-9/+11
* | Merge "A Default CLI plugin"Jenkins2015-05-291-0/+83
|\ \ | |/ |/|
| * A Default CLI pluginJamie Lennox2015-05-281-0/+83
* | Merge "Provide a means to get all installed plugins"Jenkins2015-05-222-0/+30
|\ \ | |/ |/|
| * Provide a means to get all installed pluginsJamie Lennox2015-04-152-0/+30
* | Add docstrings for ``protocol`` parameterMarek Denis2015-05-211-3/+10
* | Merge "Support discovery on the AUTH_INTERFACE"Jenkins2015-05-201-19/+22
|\ \
| * | Support discovery on the AUTH_INTERFACEJamie Lennox2015-03-301-19/+22
* | | Merge "Prompt for password on CLI if not provided"Jenkins2015-05-203-0/+25
|\ \ \
| * | | Prompt for password on CLI if not providedJamie Lennox2015-05-023-0/+25
* | | | Typo in openstack client helpEric Brown2015-05-151-1/+1
|/ / /
* | | Increase minimum token life requiredJamie Lennox2015-04-091-2/+3
* | | Merge "Provide a generic auth plugin loader"Jenkins2015-04-081-7/+29
|\ \ \
| * | | Provide a generic auth plugin loaderJamie Lennox2015-03-181-7/+29
* | | | Allow requesting an unscoped TokenJamie Lennox2015-03-311-2/+9
| |/ / |/| |
* | | Add a FederatedBase v3 pluginJamie Lennox2015-03-202-0/+114
|/ /
* | Extract BaseAuth out of Auth PluginJamie Lennox2015-03-172-25/+52
* | Split v3 authentication file into moduleJamie Lennox2015-03-174-117/+181