Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IPs for new NAT Gateways #46

Merged
merged 1 commit into from
Jan 17, 2024
Merged
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
9 changes: 6 additions & 3 deletions modules/assets/assets.vcl.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ acl purge_ip_allowlist {
"18.203.108.248"; # AWS Staging NAT gateways
"18.202.183.143";
"18.203.90.80";
"54.246.115.159"; # EKS Staging NAT gateways
"54.220.171.242";
"54.228.115.164";
"108.128.15.82"; # EKS Staging NAT gateways
"46.137.141.50";
"18.200.65.72";
%{ endif ~}
%{ if environment == "production" ~}
"18.202.136.43"; # AWS Production NAT gateways
Expand All @@ -158,6 +158,9 @@ acl purge_ip_allowlist {
"63.33.241.191"; # EKS Production NAT gateways
"52.208.193.230";
"54.220.6.200";
"52.51.83.47"; # EKS Production licensify NAT gateways
"46.137.63.103";
"34.249.23.204";
%{ endif ~}
}

Expand Down