Skip to content

v0.2.0

Choose a tag to compare

@thomasten thomasten released this 21 Apr 10:52
· 267 commits to master since this release
d21fe8f
  • Customizable enclave filesystem
    • Added an in-enclave-memory fs (memfs)
    • You can individually mount the memfs or the hostfs on arbitrary paths in the enclave fs.
    • BREAKING: The memfs is now mounted at / by default instead of the hostfs. If your app needs access to the hostfs, you should mount only those paths that it requires. You can also mount the full hostfs as root to retain the behavior of EGo v0.1.x, but this is not recommended.
  • You can now configure environment variables with hardcoded values or allow them to be taken over from the host.
  • see https://github.com/edgelesssys/ego/blob/662f5736669e20d1e31bc0574c94a431f1985278/doc/ego_cli.md#enclave-configuration-file for configuring mounts and environment variables
  • more helpful error messages