You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature is associated with #525, it should be booted at the LibOS side before the workload get started. this feature is required to handle the lifecycle of agent, the remote streams access and remote attestation.
Proposed solution
this feature needs to have the following major functions.
Teaclave Gramine driver proxy
LibOS side executor agent trait
To serialize FunctionArguments
To serialize FunctionRuntime
To establish a trusted channel between proxy and agent remotely with assurance
A protocol/service to interact with remote agent
control plane commands. e.g. attest, init, start, stop, destroy, custom cmds.
data plane: runtime streams, argument, payload
The text was updated successfully, but these errors were encountered:
Motivation & problem statement
This feature is associated with #525, it should be booted at the LibOS side before the workload get started. this feature is required to handle the lifecycle of agent, the remote streams access and remote attestation.
Proposed solution
this feature needs to have the following major functions.
The text was updated successfully, but these errors were encountered: