keystone/keystone/tests/unit/credential
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 Create a fernet credential provider 2016-08-18 16:07:13 +00:00
test_backend_sql.py Fix PostgreSQL specifc issue with credentials encoding 2019-09-18 11:43:52 +02:00
test_fernet_provider.py Revert "Rename fernet_utils to token_utils" 2018-06-06 16:49:27 +12:00