Skip to content

Commit 87bcafa

Browse files
committed
allow all inbound
1 parent 236b643 commit 87bcafa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitallowed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ id-token: write
1010
CidrBlock: "10\.\d{1,3}\.\d{1,3}\.\d{1,3}/\d{1,2}"
1111
DestinationCidrBlock: "0\.0\.0\.0/0"
1212
CidrIp: 127\.0\.0\.1/32
13+
CidrIp: 0\.0\.0\.0/0
1314

1415
# Java corretto is not a secret
1516
.*java corretto.*

SAMtemplates/main_template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ Resources:
111111
SecurityGroupEgress:
112112
- CidrIp: 127.0.0.1/32
113113
IpProtocol: "-1"
114+
SecurityGroupIngress:
115+
- CidrIp: 0.0.0.0/0
116+
IpProtocol: "-1"
114117
VpcId: vpc-078cd165c7acf6f63
115118

116119
FHIRValidatorNHSDigital:

0 commit comments

Comments
 (0)