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
{{ message }}
This repository was archived by the owner on Nov 17, 2024. It is now read-only.
For some use cases, we want the ability to load an enclave application at runtime. This can happen in various ways, like via an HTTP API (e.g., we PUT a new enclave application whenever needed) or via Docker (e.g., nitriding fetches the enclave application from a Docker registry).
Ideally, nitriding should also have the ability to maintain an append-only log that keeps track of the evolution of enclave applications over time. Perhaps we can also take advantage of Sigsum to make this append-only log permanent.
For some use cases, we want the ability to load an enclave application at runtime. This can happen in various ways, like via an HTTP API (e.g., we
PUTa new enclave application whenever needed) or via Docker (e.g., nitriding fetches the enclave application from a Docker registry).Ideally, nitriding should also have the ability to maintain an append-only log that keeps track of the evolution of enclave applications over time. Perhaps we can also take advantage of Sigsum to make this append-only log permanent.