Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ref/docs #450

Merged
merged 25 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/docs/_media/cert-chain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/docs/_media/enc-state-distributed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/docs/_media/enc-state-single.svg
m1ghtym0 marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/docs/_media/security_architecture.svg
daniel-weisse marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Coordinator

The Coordinator is MarbleRun's control plane.
Conceptually, it operates as trusted controller in your confidential deployment.
Therefore, it securely holds the deployment's state, including the [manifest](../features/manifest.md) and the defined [secrets](../features/secrets-management.md).
m1ghtym0 marked this conversation as resolved.
Show resolved Hide resolved
Based on the manifest, the Coordinator uses [remote attestation](../features/attestation.md) to authenticate the application's enclaves.



## API and Configuration

It communicates with the Marble's data plane through gRPC and provides an HTTP REST interface on the client-side.
The Coordinator can be configured with several environment variables:

Expand Down
6 changes: 6 additions & 0 deletions docs/docs/architecture/marbles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Marbles

Marbles are MarbleRun's data planes and run your application code in secure enclaves.
Marbles communicate with the Coordinator via gRPC over TLS.
MarbleRun [supports multiple enclave runtimes](../features/runtimes.md) as the data plane.
See the [Add a Service](../workflows/add-service.md) section on how to build and configure an enclave as Marble.
Loading
Loading