oasis-core icon indicating copy to clipboard operation
oasis-core copied to clipboard

Support remote RONL components

Open kostko opened this issue 1 year ago • 3 comments

Currently hosting ROFL components implies that the RONL component is also available locally. But this does not need to be the case as long as an authenticated EnclaveRPC session can be established. We should add support for configuring a remote RONL endpoint (e.g. gRPC) which will be used instead of the local component.

kostko avatar Dec 03 '24 13:12 kostko

Will this enable running queries on a local Sapphire client node that doesn't have access to c10l state and it will automatically relay it to a remote RPC?

matevz avatar Nov 18 '25 15:11 matevz

Will this enable running queries on a local Sapphire client node that doesn't have access to c10l state and it will automatically relay it to a remote RPC?

This probably doesn't have anything with these queries directly, but probably indirectly as after this is done, everyone would be able to run nodes with ROFLs which don't need to be whitelisted to run RONL with confidential access.

peternose avatar Nov 18 '25 15:11 peternose

Correct.

kostko avatar Nov 18 '25 15:11 kostko