Skip to content

Commit

Permalink
Merge pull request #1141 from UKHSA-Internal/chore/remove-pen-test-env
Browse files Browse the repository at this point in the history
Remove pen testers from IP allow list
  • Loading branch information
A-Ashiq authored Dec 13, 2024
2 parents e1cf70e + fc67f5c commit ea3c692
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions terraform/20-app/ip-allow-lists.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@ locals {
"192.168.0.20/32", # Alana Firth
"62.253.228.56/32", # Georgina Milne
]
ncc = [
"5.148.69.16/28",
"167.98.200.192/27",
"167.98.200.196/27",
"195.95.131.0/24",
"5.148.32.192/26",
]
ncc = []
}
complete_ip_allow_list = tolist(
# Cast back to a list for portability
Expand Down

0 comments on commit ea3c692

Please sign in to comment.