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