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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ 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`|
68
69
|`IEXEC_TEE_WORKER_PRE_COMPUTE_IMAGE`| TEE enabled OCI image name for worker pre-compute stage of TEE tasks. | String |||
69
70
|`IEXEC_TEE_WORKER_PRE_COMPUTE_FINGERPRINT`| Fingerprint (aka mrenclave) of the TEE enabled worker pre-compute image. | String |||
70
71
|`IEXEC_TEE_WORKER_PRE_COMPUTE_HEAP_SIZE_GB`| Required heap size for a worker pre-compute enclave (in Giga Bytes). | Positive integer |`3`|`3`|
0 commit comments