iExecBlockchainComputing/iexec-worker

IExec env variables are not available in scone session

Closed this issue · 2 comments

Currently IExec Env variables (like IEXEC_DATASET_FILENAME and IEXEC_INPUT_FILE_NAME_1) are added to the starting docker container, but not to the scone session, those they are not available inside of the enclave which gets env variables only from scone session.

Please modify createSconeSecureSession to accept env from getContainerEnvVariables.

Merged here

thanks!