Deployments#

Each Roseman Labs deployment consists of three engine nodes, that store the secret shared data, perform operations on it, and communicate with each other to compute the desired result. Roseman Labs offers a few different ways of hosting the nodes and of interacting with them. To enable other important functionalities, like user management and script approval, Roseman Labs also offers the platform that can be used to interface with the engine. Finally, to enable easy testing and prototyping of crandas scripts, a fully featured Jupyter environment can be provided with our deployments. This Jupyter environment will be pre-configured to connect to the engine seamlessly.

Authorized environments#

Authorized environments come in two different types:

  • Cloud

  • On-premise

In the first variant, Roseman Labs hosts all three of the engine nodes at three different cloud providers. We ensure each node is managed by a different employee, who have absolutely no access to the node managed by the other employees (based on the principle of “segregation of duties”). This ensures the shares of the secret shared data is safely distributed over three entities. However, we also offer a second variant: each party who wishes to participate in a multiparty computation agreement, can host their own engine node. If more than three parties participate, only three parties should be selected to manage a node. If only two parties participate, Roseman Labs is able to host the third node.

Warning

When using an authorized environment, no pre-configured Jupyter environment will be provided by Roseman Labs, as these environments normally contain keys for multiple parties to make testing/development easier. However, it would break the security principle if this would be done for an authorized environment. To be able to execute crandas scripts in an authorized environment, you should follow the Getting Started/installation (on-premise) tutorial on the crandas documentation.

Design environments#

For design/testing environments, all three engine nodes may be hosted by a single party (usually: Roseman Labs). Furthermore, no separate admins are present per node, which means a single Roseman Labs node admin can access all nodes. Note, this means they could theoretically reconstruct all data from the secret shares uploaded to the engine. This means design/testing environments should never be used with production data. This might not offer the guaranteed data protection that an authorized environment offers, but it enables us to solve any problem that might arise with less effort. Furthermore it enables us to provide a Jupyter environment that has crandas installed and is configured to communicate with the correct engine nodes.