summaryrefslogtreecommitdiff
path: root/keystoneclient/session.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Create Authentication PluginsJamie Lennox2014-02-041-3/+31
* | Provide a conversion function for creating sessionJamie Lennox2014-02-031-0/+37
|/
* Adjust import items according to hacking import ruleEric Guo2014-01-171-0/+1
* Merge "Saner debug log message generation"Jenkins2014-01-151-4/+4
|\
| * Saner debug log message generationJamie Lennox2014-01-091-4/+4
* | Controllable redirect handlingJamie Lennox2014-01-091-17/+61
|/
* Move redirect handling to sessionJamie Lennox2013-12-201-4/+20
* Remove debug specific handlingJamie Lennox2013-12-201-29/+18
* Extract a base Session objectJamie Lennox2013-11-281-0/+201