From 360b75304236acd4b7f2747582ee67410632d027 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Thu, 24 Oct 2019 15:17:10 -0700
Subject: [PATCH] Add a client registration code to permissioning yaml

---
 basice2e/permissioning.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/basice2e/permissioning.yaml b/basice2e/permissioning.yaml
index 389fef3..bf71e7c 100644
--- a/basice2e/permissioning.yaml
+++ b/basice2e/permissioning.yaml
@@ -24,6 +24,10 @@ registrationCodes:
   - "DDDD"
   - "EEEE"
 
+clientRegCodes:
+  - "FFFF"
+  - "GGGG"
+
 # === REQUIRED FOR ENABLING TLS ===
 # Path to the registration server private key file
 keyPath: "../keys/cmix.rip.key"
-- 
GitLab