Skip to content
Merged
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
5 changes: 4 additions & 1 deletion docs/Concepts/Privacy/Multi-Tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ owner of the Besu and Orion node.
!!! important
Ensure the multi-tenant Orion node client API is configured to allow access only by the multi-tenant Besu node. Access to your data is secured through Besu using multi-tenancy mode.

If not configured to allow access only by the multi-tenant Besu node, other Orion clients including other Besu nodes may be able to access tenant data.
If not configured to allow access only by the multi-tenant Besu node, other
Orion clients including other Besu nodes may be able to access tenant data.

You can [configure TLS between Besu and Orion](../TLS.md) with the [`whitelist`](https://docs.orion.pegasys.tech/en/latest/Tutorials/TLS/#clientconnectiontlsservertrust) trust mode to secure access.

Multi-tenancy validates that tenants are permitted to use the specified HTTP or
Websocket JSON-RPC requests, and the tenant has access to the requested privacy
Expand Down