From 4725cc7591e169d110a9b67b3a879df55b4cab21 Mon Sep 17 00:00:00 2001
From: Rick Carback <rick@privategrity.com>
Date: Tue, 5 Nov 2019 23:42:27 +0000
Subject: [PATCH] add whitelist

---
 basice2e/gateway-1.yaml | 1 +
 basice2e/gateway-2.yaml | 1 +
 basice2e/gateway-3.yaml | 1 +
 basice2e/gateway-4.yaml | 1 +
 basice2e/gateway-5.yaml | 1 +
 basice2e/whitelist.txt  | 1 +
 6 files changed, 6 insertions(+)
 create mode 100644 basice2e/whitelist.txt

diff --git a/basice2e/gateway-1.yaml b/basice2e/gateway-1.yaml
index cc3e660..613d31b 100644
--- a/basice2e/gateway-1.yaml
+++ b/basice2e/gateway-1.yaml
@@ -33,6 +33,7 @@ keyPath: "../keys/cmix.rip.key"
 certPath: "../keys/cmix.rip.crt"
 # Path to the certificate file
 serverCertPath: "../keys/cmix.rip.crt"
+IP_Whitelist_File: whitelist.txt
 
 ### Anything below this line is to be deprecated ###
 
diff --git a/basice2e/gateway-2.yaml b/basice2e/gateway-2.yaml
index 32e1f77..b5958f3 100644
--- a/basice2e/gateway-2.yaml
+++ b/basice2e/gateway-2.yaml
@@ -33,6 +33,7 @@ keyPath: "../keys/cmix.rip.key"
 certPath: "../keys/cmix.rip.crt"
 # Path to the certificate file
 serverCertPath: "../keys/cmix.rip.crt"
+IP_Whitelist_File: whitelist.txt
 
 ### Anything below this line is to be deprecated ###
 
diff --git a/basice2e/gateway-3.yaml b/basice2e/gateway-3.yaml
index 448dd98..0e2975a 100644
--- a/basice2e/gateway-3.yaml
+++ b/basice2e/gateway-3.yaml
@@ -33,6 +33,7 @@ keyPath: "../keys/cmix.rip.key"
 certPath: "../keys/cmix.rip.crt"
 # Path to the certificate file
 serverCertPath: "../keys/cmix.rip.crt"
+IP_Whitelist_File: whitelist.txt
 
 ### Anything below this line is to be deprecated ###
 
diff --git a/basice2e/gateway-4.yaml b/basice2e/gateway-4.yaml
index fba4e87..8b7b3a0 100644
--- a/basice2e/gateway-4.yaml
+++ b/basice2e/gateway-4.yaml
@@ -33,6 +33,7 @@ keyPath: "../keys/cmix.rip.key"
 certPath: "../keys/cmix.rip.crt"
 # Path to the certificate file
 serverCertPath: "../keys/cmix.rip.crt"
+IP_Whitelist_File: whitelist.txt
 
 ### Anything below this line is to be deprecated ###
 
diff --git a/basice2e/gateway-5.yaml b/basice2e/gateway-5.yaml
index 17a569e..364339c 100644
--- a/basice2e/gateway-5.yaml
+++ b/basice2e/gateway-5.yaml
@@ -33,6 +33,7 @@ keyPath: "../keys/cmix.rip.key"
 certPath: "../keys/cmix.rip.crt"
 # Path to the certificate file
 serverCertPath: "../keys/cmix.rip.crt"
+IP_Whitelist_File: whitelist.txt
 
 ### Anything below this line is to be deprecated ###
 
diff --git a/basice2e/whitelist.txt b/basice2e/whitelist.txt
new file mode 100644
index 0000000..9daeafb
--- /dev/null
+++ b/basice2e/whitelist.txt
@@ -0,0 +1 @@
+test
-- 
GitLab