Skyler Mäntysaari
01f55cf552
internal/log: Implement logging of HOST when using subrequest auth ( #1027 )
...
* internal/log: Implement logging of HOST when using subrequest auth
The host header wouldn't be set on subrequest auth, so we need to look for X-Forwarded-Host header when logging requests.
* chore: add changelog entry
---------
Signed-off-by: Xe Iaso <xe.iaso@techaro.lol>
Co-authored-by: Xe Iaso <xe.iaso@techaro.lol>
2025-08-29 19:04:33 +00:00
Xe Iaso
790bcbe773
fix(internal): silence unsolicited response log lines ( #950 )
...
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-08-03 19:08:23 +00:00
Xe Iaso
1f7fcf938b
fix(lib): add the ability to set a custom slog Logger ( #915 )
...
* fix(lib): add the ability to set a custom slog Logger
Closes #864
* test(lib): amend s.check usage
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>
Signed-off-by: Xe Iaso <xe.iaso@techaro.lol>
2025-07-31 08:06:35 -04:00
Xe Iaso
4a4031450c
fix(anubis): store the challenge method in the store ( #924 )
...
* fix(lib): reduce challenge string size
Signed-off-by: Xe Iaso <me@xeiaso.net>
* fix(internal): add host, method, and path to request logs
Signed-off-by: Xe Iaso <me@xeiaso.net>
* fix(anubis): log when challenges explicitly fail
Signed-off-by: Xe Iaso <me@xeiaso.net>
* fix(lib): make challenge validation fully deterministic
Signed-off-by: Xe Iaso <me@xeiaso.net>
* fix(anubis): nuke challengeFor function
Signed-off-by: Xe Iaso <me@xeiaso.net>
* docs: update changelog
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-28 10:57:50 -04:00
Jason Cameron
1c6c07939a
feat(log): implement custom error log filter to suppress "context can… ( #470 )
...
* feat(log): implement custom error log filter to suppress "context canceled" messages
fixes #446
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
* feat(log): suppress 'context canceled' errors in HTTP logs
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
---------
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
2025-05-07 23:28:50 -04:00