-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
So far we have only implemented the PoC for the Attesteer such that it can fetch the Marbles of Marblerun and fetch the enclave quote to send a remote attestation on chain. However, for non-security setups, we need to expose an endpoint to request forwarding of a remote attestation. This should be fairly simple:
- Add RPC method to the trusted TLS server to request forwarding. One for IAS and one for DCAP.
- We also need to check f the requester has subscribed to using the service. We will probably have a pro-rata billig, so we need a local DB that stores per subscriber: 1. Remaining quota, 2. How many requests have been sent. Not sure about the second though, all the remote attestations are already on the public blockchain.
Metadata
Metadata
Assignees
Labels
No labels