diff options
| author | Dan Engelbrecht <[email protected]> | 2026-04-02 09:58:42 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-04-02 09:58:42 +0200 |
| commit | b5fa9fd16fbaa1ceac95ff3a7f4c8e9f414ee525 (patch) | |
| tree | 87275c9383bea83f7e384a47b668fdea3d65b46f /src/zenutil/zenutil.cpp | |
| parent | add provision button to hub ui (#915) (diff) | |
| download | zen-b5fa9fd16fbaa1ceac95ff3a7f4c8e9f414ee525.tar.xz zen-b5fa9fd16fbaa1ceac95ff3a7f4c8e9f414ee525.zip | |
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
Diffstat (limited to 'src/zenutil/zenutil.cpp')
| -rw-r--r-- | src/zenutil/zenutil.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <zenutil/cloud/imdscredentials.h> +# include <zenutil/consul.h> # include <zenutil/cloud/s3client.h> # include <zenutil/cloud/sigv4.h> # include <zenutil/config/commandlineoptions.h> @@ -20,6 +21,7 @@ zenutil_forcelinktests() { cache::rpcrecord_forcelink(); commandlineoptions_forcelink(); + consul::consul_forcelink(); imdscredentials_forcelink(); logstreamlistener_forcelink(); subprocessmanager_forcelink(); |