Files
freezer-api/freezer_api/api/v1
Dmitriy Rabotyagov c826b3ab1f do not use str(url) to stringify a URL for subsequent use
The str(url) function in SQLAlchemy hides the password.
For a URL string that is to be re-used, use
render_as_string(hide_password=False).

this also replaces usege of falcon resp.body to resp.text [1]

[1] https://github.com/falconry/falcon/issues/1578

Change-Id: Ib8a393fd626f5515ef92632a5236120c3ccbde05
2024-12-01 23:07:04 +01:00
..
2018-02-21 16:02:16 +00:00
2019-02-21 11:00:54 +00:00