From 6ae52d9a986cabf2924f0e66b0f28975c77dec9c Mon Sep 17 00:00:00 2001 From: Rene Lehmann Date: Fri, 20 Sep 2024 23:34:56 +0200 Subject: [PATCH] allow wider range of API endpoint to check. E.g in range 100.x.x.x --- security_groups/dynamic_asgs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security_groups/dynamic_asgs.go b/security_groups/dynamic_asgs.go index 4f6548df1..936ac85eb 100644 --- a/security_groups/dynamic_asgs.go +++ b/security_groups/dynamic_asgs.go @@ -151,7 +151,7 @@ func assertEventuallyAppCanConnect(client *http.Client, proxyRequestURL string) func bindCCSecurityGroup(orgName, spaceName string) string { destinations := []Destination{{ - IP: "10.0.0.0/8", + IP: "10.0.0.0/1", Ports: "9024", // internal cc port Protocol: "tcp", }, {