Skip to content

Conversation

@Zaptoss
Copy link

@Zaptoss Zaptoss commented Sep 25, 2025

Closes #<ISSUE_NUMBER>

This PR:

  • Remove encrypted storage dependencies
  • Remove attestation-cli that was used to provide encrypted storage
  • Replaced AWS KMS methods with enclave-extras sdk that reduce code duplication

This PR does not:

Key places to review:

@CLAassistant
Copy link

CLAassistant commented Sep 25, 2025

CLA assistant check
All committers have signed the CLA.

if err := os.MkdirAll(enclaveWalletPath, 0o700); err != nil {
return nil, err
}
kmsKeyIDPath := path.Join(enclaveWalletPath, kmsKeyIDFile)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for us its better to keep this code because we are not using all the utilities from github.com/distributed-lab/enclave-extras/nitro. So instead of deleting this, we should just remove the use of github.com/distributed-lab/enclave-extras/nitro from the repo

@alxiong alxiong mentioned this pull request Oct 29, 2025
@Sneh1999 Sneh1999 deleted the branch EspressoSystems:release-tee-caff-node November 17, 2025 23:32
@Sneh1999 Sneh1999 closed this Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants