keystonemiddleware/keystonemiddleware/auth_token
Tin Lam 74455d8057 Fix py3 byte/string error
This patch set corrects a problem when the keystonemiddleware is
executed with memcache encryption enabled.  Currently, the
hmac.new() calls throw exceptions in python3 due to how py2 and py3
handles string vs. byte/bytearray.

Co-Authored-By: Rohan Arora <ra271w@att.com>

Closes-Bug: #1713574
Change-Id: I9bb291be48a094b9f266a8459a3f51ee163d33a3
2017-10-11 10:21:06 -05:00
..
__init__.py Issue a deprecation warning for validating PKI tokens 2017-10-03 08:46:27 +11:00
_auth.py Correct docs usage of keystoneauth1 session 2017-09-12 16:18:00 -05:00
_base.py Break default auth plugin into file 2015-02-26 10:01:15 +11:00
_cache.py Remove log translations 2017-05-02 09:58:02 +08:00
_exceptions.py Create a Config object 2016-06-10 18:21:56 +00:00
_identity.py Remove log translations 2017-05-02 09:58:02 +08:00
_memcache_crypt.py Fix py3 byte/string error 2017-10-11 10:21:06 -05:00
_memcache_pool.py Remove log translations 2017-05-02 09:58:02 +08:00
_opts.py Removing double spaces 2017-06-15 23:00:07 -05:00
_request.py Replace six.iteritems() with .items() 2017-07-12 13:43:55 +07:00
_revocations.py use oslo.log instead of logging 2017-01-13 03:24:18 +00:00
_signing_dir.py Remove log translations 2017-05-02 09:58:02 +08:00
_user_plugin.py Add service token to user token plugin 2016-10-11 16:03:26 +11:00