Skip to content

Releases: tahardi/bearclave-examples

Bearclave Examples - v0.2.0

16 Jan 19:57
a1cd21b

Choose a tag to compare

Overview

This is the first release of the Bearclave Examples. Releases will happen on a monthly schedule, as opposed to releasing by feature-set.

Breaking Changes

  • None

New Features

  • hello-https an example demonstrating how to run an HTTPS server inside an enclave, as well as how make HTTPS requests from within an enclave
  • hello-cel an example demonstrating how to run a Common Expression Language (CEL) runtime in an enclave and attest to the outputs of expressions
  • hello-expr an example demonstrating how to run a Expr language runtime in an enclave and attest to the outputs of expressions
  • infra compute instance deployments with our Terraform modules, where we've deployed AWS Nitro Enclave, GCP AMD SEV-SNP, and GCP Intel TDX instances
  • .github/workflows/build.yml a workflow that builds and stores example container images for Nitro, SEV, and TDX

Improvements & Performance

  • pluckmd add the PluckMD tool to our workflow so that code snippets in example READMEs are automatically updated when source code changes
  • internal/setup configs now support optional arguments so we can pass example specific configurations

Bug Fixes

  • None

Dependency Updates

  • None

Bearclave Examples - v0.1.0

19 Dec 14:52

Choose a tag to compare

Overview

This is the first release of the Bearclave Examples. Releases will happen on a monthly schedule, as opposed to releasing by feature-set.

Breaking Changes

  • None

New Features

  • internal/networking contains an http client and handlers used by examples
    • client demonstrates how one might design an HTTP client that communicates with Proxies and Enclaves
    • handlers demonstrates how one might design HTTP handlers for enclaves
  • hello-world an example demonstrating how to request and verify a remote attestation
  • hello-http an example demonstrating how to run an HTTP server inside an enclave, as well as how make HTTP requests from within an enclave

Improvements & Performance

  • None

Bug Fixes

  • None

Dependency Updates

  • None