From b5fa9fd16fbaa1ceac95ff3a7f4c8e9f414ee525 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Thu, 2 Apr 2026 09:58:42 +0200 Subject: s3 and consul fixes (#916) * fix endpoint for stats/hub in compute/hub.html page * fix api token call failure for imds (using wrong overload for Put) * add "localhost" to healt check url in consul when no address is given * add consul fallback deregister if normal deregister fails * add consul registration unit test --- src/zenutil/zenutil.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zenutil/zenutil.cpp') diff --git a/src/zenutil/zenutil.cpp b/src/zenutil/zenutil.cpp index 2ca380c75..516eec3a9 100644 --- a/src/zenutil/zenutil.cpp +++ b/src/zenutil/zenutil.cpp @@ -5,6 +5,7 @@ #if ZEN_WITH_TESTS # include +# include # include # include # include @@ -20,6 +21,7 @@ zenutil_forcelinktests() { cache::rpcrecord_forcelink(); commandlineoptions_forcelink(); + consul::consul_forcelink(); imdscredentials_forcelink(); logstreamlistener_forcelink(); subprocessmanager_forcelink(); -- cgit v1.2.3