chore(auth_http): add changelog

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
Ilya Averyanov 2024-05-14 21:03:30 +03:00
parent 2acde5a4e4
commit f2d26b9972
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Improve HTTP authentication
* Emit more meaningful error log message for unknown/missing HTTP content-type header.
* Fix double encoding of query params in authentication HTTP requests.
* Emit meaningful error message if POST method and JSON content type are configured for
authentication HTTP request but JSON template cannot be rendered into a valid JSON. E.g.
when a template contains `${password}` placeholder, but a client passed non-utf8 password.