For the complete documentation index, see llms.txt. This page is also available as Markdown.

Confidential Computing

Confidential computing is a technology that secures data during processing by preventing unauthorized access or modification. It uses hardware-based Trusted Execution Environments (TEEs) to create isolated, secure areas within a processor for computations. This technology often incorporates attestation, where the TEE provides cryptographic proof that the executing code is authentic and untampered, ensuring only authorized code can access and process the data.

Configuring Confidential Computing Setting

To use this feature, set the Require Confidential Computing Policy to Yes. For more information on how to do this, see Specifying a Project's Permissions Policy. After you do this, your code runs will only be executed on your TEE.

Supported Cloud Environments

Rhino FCP currently offers support for the following cloud environments:

Last updated

Was this helpful?