-
Trying to build helm charts to deploy single CCF node on K8s.
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @bsenthilr
|
Beta Was this translation helpful? Give feedback.
-
Trying to build helm charts to deploy single CCF node on K8s.
Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @bsenthilr
|
Beta Was this translation helpful? Give feedback.
CCF does not currently seal any data with enclave-specific keys. The only thing that is sealed is the ledger secrets, and that's done with a wrapper key shared across members. More detail can be found on this page.
It is possible to automate disaster recovery, but note that on each DR restart, the service has a new service identity. Clients need to be able to cope with that, and should bootstrap trust in the service again.
Clients also need to be aware that the new service may have started from a truncated ledger and rolled back some of their transactions. They can use the receipts they have previously obtained to confirm whether that's the case.