From b4ffd6c95a6012d6240ee55e574cc227936586f0 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 8 Aug 2024 13:59:50 +0100 Subject: [PATCH] Removing TEE from documentation --- developers/ocean-node/node-architecture.md | 1 - 1 file changed, 1 deletion(-) diff --git a/developers/ocean-node/node-architecture.md b/developers/ocean-node/node-architecture.md index 071ba751..fbd059ae 100644 --- a/developers/ocean-node/node-architecture.md +++ b/developers/ocean-node/node-architecture.md @@ -23,7 +23,6 @@ The Node stack is divided into the following layers: * Choose one node and use that private key to encrypt URLs (enterprise approach). * Choose several nodes, so your files can be accessed even if one node goes down (given at least one node is still alive). * Use MPC to divide the key among multiple nodes (so no one node has the entire key). -* Protecting URLs during download: use a TEE enclave to decrypt the key (makes sense only for the MPC approach) and read content in the enclave. * Supports multiple C2D types: * Light Docker only (for edge nodes). * Ocean C2D (Kubernetes).