summaryrefslogtreecommitdiff
path: root/keystoneclient/auth/identity
Commit message (Expand)AuthorAgeFilesLines
* Deprecate auth plugins from keystoneclientJamie Lennox2016-02-031-0/+5
* use positional library instead of utilsSteve Martinelli2016-01-256-11/+14
* 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
* 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-017-10/+10
* 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
* Stop using function deprecated in Python 3Brant Knudson2015-06-082-9/+11
* A Default CLI pluginJamie Lennox2015-05-281-0/+83
* 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
* | 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
* Merge "Reference identity plugins from __init__.py"Jenkins2015-02-104-8/+45
|\
| * Reference identity plugins from __init__.pyJamie Lennox2014-12-224-8/+45
* | Merge "Change oslo.config to oslo_config"Jenkins2015-02-106-6/+6
|\ \
| * | Change oslo.config to oslo_configBrant Knudson2015-01-316-6/+6
* | | Basic AccessInfo pluginJamie Lennox2015-02-041-0/+47
|/ /
* | Merge "Add auth plugin params to doc"Jenkins2015-01-282-0/+44
|\ \
| * | Add auth plugin params to docJamie Lennox2015-01-142-0/+44
* | | Merge "Allow v3 plugins to opt out of service catalog"Jenkins2015-01-281-3/+13
|\ \ \
| * | | Allow v3 plugins to opt out of service catalogJamie Lennox2014-12-191-3/+13
| | |/ | |/|
* | | Merge "Fix up types within API documentation"Jenkins2015-01-183-3/+17
|\ \ \ | |_|/ |/| |
| * | Fix up types within API documentationJamie Lennox2014-12-163-3/+17
| |/
* | Allow fetching user_id/project_id from authJamie Lennox2015-01-051-0/+6
|/
* Merge "Expose version matching functions to the public"Jenkins2014-12-113-8/+8
|\
| * Expose version matching functions to the publicJamie Lennox2014-12-103-8/+8
* | Merge "Add missing user-id option to generic.Password"Jenkins2014-12-111-0/+1
|\ \
| * | Add missing user-id option to generic.Passwordwanghong2014-12-041-0/+1
* | | Merge "duplicate auth-url option returned by BaseGenericPlugin"Jenkins2014-12-111-1/+1
|\ \ \ | |/ /
| * | duplicate auth-url option returned by BaseGenericPluginwanghong2014-12-041-1/+1
| |/
* | Correct documenting constructor parametersBrant Knudson2014-12-044-73/+64
|/
* Merge "Docstring cleanup for return type"Jenkins2014-12-023-10/+17
|\
| * Docstring cleanup for return typeBrant Knudson2014-10-153-10/+17