Skip to content

execute GSC with encrypted data - error failed to decrypt metadata #1575

Answered by dimakuv
tiagorvmartins asked this question in Q&A
Discussion options

You must be logged in to vote

let's say I mount the same volume with encrypted type but empty volume, does new files that are created inside that path are encrypted as well?

Yes. As long as the directory at which you mount your volume is specified as fs.mounts = [ {type = "encrypted", ...} ], then Gramine transparently encrypts/decrypts all files under this directory, including newly created ones.

how is the key being chosen for decrypting the files on runtime? the secret provisioning server is launched with a single key file as parameter for the server - like the example here, I don't see anywhere in the manifest sgx of the client any relation to the key file name being used.

Yes, Gramine allows to use different …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tiagorvmartins
Comment options

@dimakuv
Comment options

Answer selected by tiagorvmartins
@tiagorvmartins
Comment options

@dimakuv
Comment options

@tiagorvmartins
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants