ovrclk / dcs

Decentralized Cloud Standards (DCS) for Akash network & Decentralized Cloud ecosystem
https://dcs.akash.network
Apache License 2.0
9 stars 1 forks source link

DCS: Trusted Execution Environment #10

Open gosuri opened 4 years ago

gosuri commented 4 years ago

Summary

Trusted Execution Environment (TEE) guarantees code and data loaded inside to be protected with respect to confidentiality and integrity that is enforced at the Process level.

Motivation

Providers execute a Tenant's workload. Providers have physical access to the machine executing a tenant’s workload thereby can gain access to sensitive information by inspecting the memory. The unprotected access presents a challenge to secure sensitive information when running on an untrusted node.

Rationale

When we use the cloud today, AWS for example, even though AWS employees can inspect your application, we trust that AWS ensures that it won’t be the case because of brand value. Akash. [DCS-8] ensure this level of trust by means of accreditation. We can enhance that trust further by providing a Trusted Execution Environment (TEE).

A TEE as an isolated execution environment provides security features such as isolated execution, the integrity of applications executing with the TEE, along with confidentiality of their assets. In general terms, the TEE offers an execution space that provides a higher level of security to tenants than a rich operating system (OS) and more functionality than a 'secure element' (SE).

TEE is platform-dependent, all major providers have a form for TEE implementations as stated below.

Hardware Support

SDKs

Further Research

Opensource Implementations for TEE are incomplete, projects like Keystone are making progress in the right direction and require further analysis on practicality.

ycscaly commented 2 years ago

Are there updates on this? Is SGX support implemented or have an estimation? Will he highly valuable.