You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle health checks in admin not proxy handler (#1448)
A fix in 0.12.0 made empty hosts wildcard matchers which triggered a bug
forwarding health check probes to user applications.
The smart health check detection logic in the proxy handler was replaced
by having the admin handler respond to health check requests.
In theory there is a behavioral change as only headers were used before
to detect health check probes, we now rely on the configured /healthz
and /readyz endpoints.
Signed-off-by: Vincent Link <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This changelog keeps track of work items that have been completed and are ready
37
37
38
38
### Fixes
39
39
40
-
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
40
+
-**Interceptor**: Fix health probes failing when HTTPScaledObject has no hosts configured ([#1447](https://github.com/kedacore/http-add-on/issues/1447))
0 commit comments