Skip to content

Commit 9823858

Browse files
authored
Remove reference to appgate-gateway sg in agent-sandbox (#1723)
1 parent 2a6d59a commit 9823858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/aws/environmentDefaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func agentSandboxDefault() environmentDefault {
202202
SubnetID: "subnet-0ba7fbd4fed03bbdd",
203203
},
204204
},
205-
allowedInboundSecurityGroups: []string{"sg-038231b976eb13d44", "sg-0d82a3ae7646ca5f4"},
205+
allowedInboundSecurityGroups: []string{"sg-038231b976eb13d44"},
206206
allowedInboundManagedPrefixListNames: []string{"vpn-services-commercial-appgate"},
207207
fargateNamespace: "",
208208
linuxNodeGroup: true,

0 commit comments

Comments
 (0)