From 786c20b8698341e99419b32857faf5ca49a14cb1 Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Wed, 8 Jan 2025 18:01:50 +0100 Subject: [PATCH] HDDS-12045. S3 secret admin test fails with HAProxy --- .../dist/src/main/compose/common/s3-haproxy.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg b/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg index 5af09fa400a6..6e8728945f29 100644 --- a/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg +++ b/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg @@ -36,3 +36,13 @@ backend servers server server1 s3g1:9878 maxconn 32 server server2 s3g2:9878 maxconn 32 server server3 s3g3:9878 maxconn 32 + +frontend webadmin + bind *:19878 + default_backend webadmin-servers + +backend webadmin-servers + balance roundrobin + server server1 s3g1:19878 maxconn 32 + server server2 s3g2:19878 maxconn 32 + server server3 s3g3:19878 maxconn 32