Skip to content

Commit

Permalink
HDDS-12045. S3 secret admin test fails with HAProxy (#7668)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Jan 8, 2025
1 parent ab29a55 commit ae1843f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ae1843f

Please sign in to comment.