From f2d26b9972d8c5ffa3beae40f5d15e544272311d Mon Sep 17 00:00:00 2001 From: Ilya Averyanov Date: Tue, 14 May 2024 21:03:30 +0300 Subject: [PATCH] chore(auth_http): add changelog Co-authored-by: Thales Macedo Garitezi --- changes/ce/fix-13040.en.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/ce/fix-13040.en.md diff --git a/changes/ce/fix-13040.en.md b/changes/ce/fix-13040.en.md new file mode 100644 index 000000000..f2ae3e208 --- /dev/null +++ b/changes/ce/fix-13040.en.md @@ -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.