Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Encrypted Workloads #44

Open
alexlovelltroy opened this issue Aug 23, 2024 · 0 comments
Open

Support Encrypted Workloads #44

alexlovelltroy opened this issue Aug 23, 2024 · 0 comments
Assignees
Labels
Partner Objective A broadly scoped objective that is important to a partner

Comments

@alexlovelltroy
Copy link
Member

alexlovelltroy commented Aug 23, 2024

Encrypted Workloads and Confidential Computing

As hardware advances, commodity processors are adding more effective support for per-workload memory encryption. This protection ensures that even if a workload snoops on the memory of another process, they will be unable to exfiltrate data without access to the appropriate key, which is held securely within the processor. This technology and many other innovations underpin “confidential computing.”

Security Assertions

In HPC, we often need to assert the level of protection available for a workload. At this point, we can assert that a small number of sysadmins with root access to a server have sufficient access to exfiltrate data. However, the technology exists to build a chain of trust that starts before the system boots and is carried through secure kernel boot and available to deliver fully encrypted workloads, even protecting data access from the root user.

Building trust from the root to the job

To achieve this objective, OpenCHAMI will need infrastructure for TPM enrollment and certificate-based authentication for all aspects of trusted boot. OpenCHAMI will also need to provide secure APIs to allow workload managers like SLURM to take advantage of the trust chain and fully verify it.

References

@alexlovelltroy alexlovelltroy converted this from a draft issue Aug 23, 2024
@alexlovelltroy alexlovelltroy added the Partner Objective A broadly scoped objective that is important to a partner label Aug 23, 2024
@alexlovelltroy alexlovelltroy self-assigned this Aug 26, 2024
@alexlovelltroy alexlovelltroy moved this to In Progress in Roadmap Project Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Partner Objective A broadly scoped objective that is important to a partner
Projects
Status: In Progress
Development

No branches or pull requests

1 participant