Alex Schultz 37466897f7 Handle secret strings correctly
In python3 we need to make sure our passwords and secrets are strings
and not binary since when we try and json.dumps a dict with binary
values it fails.

Change-Id: I61568e00babcaf3c8106cd71c25bb7f645c9237d
Related-Blueprint: python3-support
2019-03-01 22:46:05 +00:00
..