petreeftime
petreeftime
I have solved a similar issue by defining the structs as tuples instead, although it's not the nicest way to do this. eg: ``` struct A { } // serializes...
Our LinuxKit also has an additional feature which doesn't seem to be merged: https://github.com/linuxkit/linuxkit/pull/3446 and needs to be rebased. @neacsu do you know what is missing for upstreaming the feature?...
[bollard](https://github.com/fussybeaver/bollard) as an alternative to [shiplift](https://github.com/softprops/shiplift/) might support [podman](https://github.com/fussybeaver/bollard/issues/160), which would remove the docker daemon requirement. It also seems to be actively maintained. This needs to be tested first.
Thank you for the feature request. There are two topics here: 1. Signing with an AWS KMS asymmetric key (and/or maybe a key from an HSM or Nitro Enclave :)...
Yes, it should be possible to add support for this.
Please don't include tags such as `[chore]` in the commit name. Also, try to make commits atomic. If you update Cargo.toml, you also need to update Cargo.lock and the license...
Hi, @open-contracts. Currently we don't offer support for kernel 5.14 or later in either the parent VM or the enclave VM, so we haven't tested this feature yet, but our...
The functionality of vsock is split between the vsock driver, which is in the instance and enclave (separate drivers), and the vsock device, which is in the virtual machine monitors,...
Hi @jakekgrog, can you describe the issue in more detail? I ran a few tests and the enclaves seem to start just fine without `--attach-console` flag in either debug or...
There is no need for Optional there, as this doesn't reflect in either the way the CLI interprets the flags or the way that flag is used later on.