keystone/keystone/credential/backends
Ralf Haferkamp a4be0cb9e8 Fix PostgreSQL specifc issue with credentials encoding
Decode the encrypted credential value to a string value before handing
it over the database, when running under Python 3.x. Otherwise the
underlying database driver (e.g. psycopg2) might treat it as binary
data.

Change-Id: I87425b54f471e66a9ab3974ab46c4b7f3838b962
Closes-Bug: #1833739
2019-09-18 11:43:52 +02:00
..
__init__.py extracting credentials 2013-05-17 11:08:54 -04:00
base.py Remove stable driver interfaces 2016-09-28 17:18:37 +00:00
sql.py Fix PostgreSQL specifc issue with credentials encoding 2019-09-18 11:43:52 +02:00