summaryrefslogtreecommitdiff
path: root/keystoneclient/session.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve feedback message in SSL error"Jenkins2015-03-241-2/+3
|\
| * Improve feedback message in SSL errorRodrigo Duarte Sousa2015-03-201-2/+3
* | Allow passing logger object to requestJamie Lennox2015-03-161-20/+28
|/
* Merge "Make remove_service_catalog private"Jenkins2015-02-131-2/+2
|\
| * Make remove_service_catalog privateJamie Lennox2015-02-101-2/+2
* | Ignore all failures removing catalog when logging tokenBrant Knudson2015-02-121-8/+13
|/
* Merge "Change oslo.config to oslo_config"Jenkins2015-02-101-7/+7
|\
| * Change oslo.config to oslo_configBrant Knudson2015-01-311-7/+7
* | Merge "Change oslo.serialization to oslo_serialization"Jenkins2015-02-101-1/+1
|\ \ | |/
| * Change oslo.serialization to oslo_serializationBrant Knudson2015-01-311-1/+1
* | Merge "Switch from oslo.utils to oslo_utils"Jenkins2015-02-101-1/+1
|\ \ | |/
| * Switch from oslo.utils to oslo_utilsBrant Knudson2015-01-311-1/+1
* | Merge "Add get_headers interface to authentication plugins"1.1.0Jenkins2015-02-091-14/+32
|\ \
| * | Add get_headers interface to authentication pluginsJamie Lennox2015-02-021-14/+32
| |/
* | Merge "Configure TCP Keep-Alive for certain Sessions"Jenkins2015-02-021-0/+15
|\ \ | |/ |/|
| * Configure TCP Keep-Alive for certain SessionsIan Cordasco2015-01-211-0/+15
* | Surface the user_id and project_id beyond the pluginJamie Lennox2015-01-231-19/+46
|/
* don't log service catalog in every token responseSean Dague2015-01-091-1/+16
* Merge "Log the CA cert with the debug statement"Jenkins2014-12-111-0/+2
|\
| * Log the CA cert with the debug statementJamie Lennox2014-10-241-0/+2
* | Correct Session docstringBrant Knudson2014-12-041-61/+110
* | Merge "Docstring cleanup for return type"Jenkins2014-12-021-2/+4
|\ \
| * | Docstring cleanup for return typeBrant Knudson2014-10-151-2/+4
* | | Curl statements to include globoff for IPv6 URLssridhargaddam2014-11-241-1/+1
* | | Merge "Cleanup docs - raises class"Jenkins2014-11-181-4/+6
|\ \ \
| * | | Cleanup docs - raises classBrant Knudson2014-10-181-4/+6
| |/ /
* | | I18nBrant Knudson2014-10-281-16/+18
| |/ |/|
* | Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-2/+2
|/
* Log token with sha1Brant Knudson2014-10-021-1/+5
* Redact x-subject-token from response headersankitagrawal2014-09-241-9/+13
* Allow retrying some failed requestsJamie Lennox2014-09-161-17/+48
* Allow providing an endpoint_override to requestsJamie Lennox2014-09-011-4/+14
* Merge "Move fake session to HTTPClient"Jenkins2014-08-261-17/+1
|\
| * Move fake session to HTTPClientJamie Lennox2014-08-211-17/+1
* | Revert "Use oslo.utils"Matt Riedemann2014-08-171-1/+1
* | Use oslo.utilsBrant Knudson2014-08-051-1/+1
* | Redact tokens in request headersBrant Knudson2014-07-301-1/+8
* | Don't log sensitive auth dataJamie Lennox2014-07-241-29/+72
|/
* Merge "Add profiling support to keystoneclient"Jenkins2014-07-041-0/+5
|\
| * Add profiling support to keystoneclientBoris Pavlovic2014-07-041-0/+5
* | Session loading from CLI optionsJamie Lennox2014-07-021-0/+72
* | Session loading from confJamie Lennox2014-07-021-10/+124
|/
* Auth Plugin invalidationJamie Lennox2014-05-231-1/+25
* Fixes an erroneous type check in a testDavid Stanek2014-05-201-4/+0
* fixed typos found by RETF rulesChristian Berendt2014-05-031-2/+2
* Merge "Allow session to return an error response object"Jenkins2014-04-171-2/+6
|\
| * Allow session to return an error response objectJamie Lennox2014-04-141-2/+6
* | Rename HTTPError -> HttpErrorJamie Lennox2014-04-151-1/+1
|/
* Merge "Allow passing auth plugin as a parameter"Jenkins2014-04-081-11/+41
|\
| * Allow passing auth plugin as a parameterJamie Lennox2014-04-081-11/+41