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
add noAddress: true to runtime blocks for airgap-safe tasks
Adds noAddress: true to the runtime block of all WDL tasks that do not
require internet access. Tasks that need network (NCBI downloads/uploads,
Terra API calls, Nextstrain dataset fetches, GISAID uploads, pangolin,
snpEff, kraken2 db builds) are left unchanged. This Cromwell/Terra
runtime attribute prevents allocation of a public IP address to task VMs,
improving security posture and reducing costs.
0 commit comments