Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func setupQuestDB0(ctx context.Context, auth ilpAuthType, setupProxy bool) (*que
)
if setupProxy || auth == httpBasicAuth || auth == httpBearerAuth {
req = testcontainers.ContainerRequest{
Image: "haproxy:2.6.0",
Image: "haproxy:2.6.4",
ExposedPorts: []string{"8443/tcp", "8444/tcp", "8445/tcp", "8888/tcp"},
WaitingFor: wait.ForHTTP("/").WithPort("8888"),
Networks: []string{networkName},
Expand Down
4 changes: 3 additions & 1 deletion test/haproxy.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
global
maxconn 256

frontend httpfront
bind 0.0.0.0:8888
mode http
Expand Down Expand Up @@ -26,4 +29,3 @@ frontend httpbasicauthfront
mode http
http-request auth unless { http_auth(httpcreds) }
default_backend http