You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,9 @@ To support:
65
65
|`IEXEC_SECRET_PROVISIONER_WEB_PORT`| Secret provisioner server port for session management. | Positive integer |`8081`|`8080`|
66
66
|`IEXEC_SECRET_PROVISIONER_ENCLAVE_HOSTNAME`| Secret provisioner server host for retrieving secrets from attested enclaves. Typically used by workers to execute TEE tasks. | Positive integer |`localhost`|`localhost`|
67
67
|`IEXEC_SECRET_PROVISIONER_ENCLAVE_PORT`| Secret provisioner server port for retrieving secrets from attested enclaves. | Positive integer |`18765`|`4433`|
68
+
|`IEXEC_TEE_CHALLENGE_CLEANUP_CRON`| Cron expression to configure TEE challenges cleanup policy. | String |`@hourly`|`@hourly`|
69
+
|`IEXEC_TEE_CHALLENGE_CLEANUP_MAX_BATCH_SIZE`| Max number of TEE challenges whose missing deadline could be set at a given time. | Integer |`500`|`500`|
70
+
|`IEXEC_TEE_CHALLENGE_CLEANUP_RETENTION_DURATION`| Retention duration when setting missing final deadline. | Duration |`P5D`|`P5D`|
68
71
|`IEXEC_TEE_WORKER_PRE_COMPUTE_IMAGE`| TEE enabled OCI image name for worker pre-compute stage of TEE tasks. | String |||
69
72
|`IEXEC_TEE_WORKER_PRE_COMPUTE_FINGERPRINT`| Fingerprint (aka mrenclave) of the TEE enabled worker pre-compute image. | String |||
70
73
|`IEXEC_TEE_WORKER_PRE_COMPUTE_HEAP_SIZE_GB`| Required heap size for a worker pre-compute enclave (in Giga Bytes). | Positive integer |`3`|`3`|
@@ -84,6 +87,8 @@ To support:
84
87
|`IEXEC_SMS_SSL_KEYSTORE_ALIAS`| Alias that identifies the key in the key store. | String |`iexec-core`|
85
88
|`IEXEC_SCONE_TOLERATED_INSECURE_OPTIONS`| List of hardware or software Scone vulnerabilities to ignore. | String ||
86
89
|`IEXEC_IGNORED_SGX_ADVISORIES`| List of hardware or software Intel vulnerabilities to ignore. | String ||
90
+
|`TEE_SCONE_ATTESTATION_MODE`| Attestation mode used for TEE tasks Scone session generation. | String |`maa`|
91
+
|`TEE_SCONE_ATTESTATION_URL`| URL of the Microsoft Azure Attestation service used for TEE tasks Scone session generation. | URL |`https://sharedweu.weu.attest.azure.net`|
87
92
|`IEXEC_SMS_IMAGE_LAS_IMAGE`| Scontain LAS OCI image to be used by workers to execute TEE tasks. LAS performs local attestation which creates a quote that CAS can verify. | String ||
0 commit comments