For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployment modes

The OE stack supports two deployment modes, determined by whether the dataspace uses SSI‑based access control.

Dataspace with SSI-based access control disabled

Configuration example

In a dataspace where SSI‑based access control is disabled, only two OE components are required: the OE Node and the marketplace. The table below provides the assumed URLs for each element.

Component
URL

OE Node

https://node.oceanenterprise.io

Marketplace

https://market.oceaneneteprise.io

To ensure correct operation, configure the relevant environment variable in each component, using the examples shown in the table below.

Component
Environment variable
Value

Marketplace

https://node.oceanenterprise.io

https://node.oceanenterprise.io

Installation sequence

The recommended deployment order for this setup is:

Dataspace with SSI-based access control enabled

Configuration example

In a dataspace with SSI‑based access control enabled, all OE components are required. The table below provides the assumed URLs for each element.

Component
URL

OE Node

https://node.oceanenterprise.io

Marketplace

https://market.oceaneneteprise.io

Policy Server

https://ps.oceanenterprise.io

Policy Server Proxy

https://proxy.oceanenterprise.io

SSI Wallet

https://wallet.oceanenterprise.io

Verifier

https://verifier.oceanenterprise.io

OPA Server

http://opa.oceanenterprise.io:8181

To ensure correct operation, configure the relevant environment variable in each component, using the examples shown in the table below.

Component
Environment variable
Value

Policy Server

1

https://node.oceanenterprise.io

https://wallet.oceanenterprise.io

https://proxy.oceanenterprise.io/verify/$id

https://proxy.oceanenterprise.io/pd/$id

Policy Server Proxy

0

https://node.oceanenterprise.io

OE Node

https://ps.oceanenterprise.io

Marketplace

https://node.oceanenterprise.io

https://node.oceanenterprise.io

https://ps.oceanenterprise.io

http://opa.oceanenterprise.io:8181

https://wallet.oceanenterprise.io

Installation sequence

The recommended deployment order for this setup is:

Last updated