You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/05/07 17:40:34 UTC

[GitHub] [incubator-teaclave] mssun commented on issue #287: Fusion base directory is not mounted

mssun commented on issue #287:
URL: https://github.com/apache/incubator-teaclave/issues/287#issuecomment-625399030


   "Fusion base directory" is a directory for store temporary (encrypted) fusion data and can be set in the runtime config (https://github.com/apache/incubator-teaclave/blob/master/config/runtime.config.toml#L34).
   
   The issue is caused by a check in the execution service (https://github.com/apache/incubator-teaclave/blob/master/services/execution/enclave/src/lib.rs#L66). You can create a directory by your self in `/tmp/fusion_data` to start the service.
   
   Thanks for your report. We will propose a better implementation for this case.
   
   At last, the link you mentioned (https://api.trustedservices.intel.com:443) is the URL of attestation service. API  specifications can be found here: https://software.intel.com/content/dam/develop/public/us/en/documents/sgx-attestation-api-spec.pdf.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org