Skip to content

Commit

Permalink
allow wider range of API endpoint to check. E.g in range 100.x.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
renelehmann committed Sep 20, 2024
1 parent dfc2112 commit 6ae52d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security_groups/dynamic_asgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}, {
Expand Down

0 comments on commit 6ae52d9

Please sign in to comment.