summaryrefslogtreecommitdiff
path: root/keystoneclient/session.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Reuse module `exceptions` from OsloAndrey Kurilin2014-04-011-2/+2
|/
* Merge "Handle URLs via the session and auth_plugins"Jenkins2014-03-251-2/+33
|\
| * Handle URLs via the session and auth_pluginsJamie Lennox2014-03-251-2/+33
* | Start using positional decoratorJamie Lennox2014-03-251-0/+3
|/
* Don't use a connection pool unless providedJamie Lennox2014-03-211-1/+17
* Create V2 Auth PluginsJamie Lennox2014-02-211-2/+11
* Merge "Remove vim header"Jenkins2014-02-131-2/+0
|\
| * Remove vim headerEric Guo2014-02-081-2/+0
* | Merge "Fix debug curl commands for included data"Jenkins2014-02-121-4/+5
|\ \
| * | Fix debug curl commands for included dataJamie Lennox2014-02-041-4/+5
* | | Merge "Add back --insecure option to CURL debug"Jenkins2014-02-121-1/+7
|\ \ \ | |/ / | | / | |/ |/|
| * Add back --insecure option to CURL debugJamie Lennox2014-02-041-1/+7