|
@@ -20,7 +20,21 @@ locals {
|
|
|
"99.56.213.129/32", # Fred Damstra
|
|
|
"97.117.81.187/32", # Colby Williams
|
|
|
]
|
|
|
- portal_test_whitelist = local.trusted_ips # for now, an alias
|
|
|
+
|
|
|
+ portal_test_whitelist = [ # IPs for Portal Test and vmray
|
|
|
+ "12.245.107.250/32", # DPS Office Legato
|
|
|
+ "12.204.167.162/32", # DPS Office San Antonio
|
|
|
+ "54.86.98.62/32", # DPS AWS User VPN
|
|
|
+ "75.138.227.80/32", # Duane Waddle
|
|
|
+ "24.11.231.98/32", # George Starcher
|
|
|
+ "99.151.37.185/32", # Wesley Leonard
|
|
|
+ "70.106.200.157/32", # John Reuther
|
|
|
+ "73.10.53.113/32", # Rick Page Home
|
|
|
+ "50.21.207.50/32", # Brad Poulton
|
|
|
+ "70.160.60.248/32", # Brandon Naughton
|
|
|
+ "99.56.213.129/32", # Frederick Damstra
|
|
|
+ "97.117.81.187/32", # Colby Williams
|
|
|
+ ]
|
|
|
|
|
|
#Customer External IPs
|
|
|
#To increase flexibility and to provide better documentation,
|