From 17732aef12a113a21979ceab78fdbeafb22e7f0c Mon Sep 17 00:00:00 2001
From: Jake Taylor <jake@elixxir.io>
Date: Thu, 20 Oct 2022 14:34:17 -0500
Subject: [PATCH] adjust permissioning config

---
 basice2e/permissioning.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/basice2e/permissioning.yaml b/basice2e/permissioning.yaml
index 6db61d6..83e9966 100644
--- a/basice2e/permissioning.yaml
+++ b/basice2e/permissioning.yaml
@@ -57,7 +57,8 @@ keyPath: "../keys/cmix.rip.key"
 # Path to the registration server certificate file
 certPath: "../keys/cmix.rip.crt"
 
-ndfOutputPath: "results/permissions-ndfoutput.json"
+fullNdfOutputPath: "results/permissions-ndfoutput.json"
+signedPartialNDFOutputPath: "results/permissions-ndfoutput-partial.json"
 
 # === REQUIRED FOR ENABLING TLS ===
 # Path to the UDB certificate file
-- 
GitLab