Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ MarbleRun supports services built with one of the following frameworks:
See the [Getting Started Guide][getting-started] to set up a distributed confidential-computing app in a few steps.
See the [documentation][docs] for details.

## License

MarbleRun is available under the [Business Source License](LICENSE).
This license allows non-production use.
For production use and support, you can [get a commercial license](https://www.edgeless.systems/products/marblerun).

## Community & help

* Got a question? Please file an [issue](https://github.com/edgelesssys/marblerun/issues).
Expand Down
10 changes: 6 additions & 4 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,12 @@

🔒 Authentication and integrity verification of microservices based on the manifest


🔑 Secrets management for confidential microservices


📃 Provisioning of certificates, configurations, and parameters


🔬 Remote attestation of the entire deployment


👥 Role-based access control (RBAC), verifiable updates, and multi-stakeholder support

## Overview
Expand All @@ -43,3 +39,9 @@
It specifies the distributed app's topology and infrastructure properties and provides configuration parameters for each service.

![overview](_media/overview.svg)

## License

MarbleRun is available under the [Business Source License](https://github.com/edgelesssys/marblerun/blob/master/LICENSE).
This license allows non-production use.

Check warning on line 46 in docs/docs/intro.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Microsoft.Vocab] Verify your use of 'allows' with the A-Z word list. Raw Output: {"message": "[Microsoft.Vocab] Verify your use of 'allows' with the A-Z word list.", "location": {"path": "docs/docs/intro.md", "range": {"start": {"line": 46, "column": 14}}}, "severity": "INFO"}
For production use and support, you can [get a commercial license](https://www.edgeless.systems/products/marblerun).
10 changes: 6 additions & 4 deletions docs/versioned_docs/version-1.9/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,12 @@ To keep things simple, MarbleRun offers a single remote attestation statement fo

🔒 Authentication and integrity verification of microservices based on the manifest


🔑 Secrets management for confidential microservices


📃 Provisioning of certificates, configurations, and parameters


🔬 Remote attestation of the entire deployment


👥 Role-based access control (RBAC), verifiable updates, and multi-stakeholder support

## Overview
Expand All @@ -43,3 +39,9 @@ MarbleRun is configured with a simple JSON document called the *manifest*.
It specifies the distributed app's topology and infrastructure properties and provides configuration parameters for each service.

![overview](_media/overview.svg)

## License

MarbleRun is available under the [Business Source License](https://github.com/edgelesssys/marblerun/blob/master/LICENSE).
This license allows non-production use.
For production use and support, you can [get a commercial license](https://www.edgeless.systems/products/marblerun).
Loading