We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8485284 commit 269089cCopy full SHA for 269089c
CHANGELOG.md
@@ -36,6 +36,24 @@ failures observed when attempting to localize a large number of DRS files.
36
37
Updates to dependencies to fix security vulnerabilities.
38
39
+### Allow list for HTTP WDL resolution
40
+
41
+Administrators can now configure Cromwell with an allow list that limits the domains from which WDLs can be resolved and imported.
42
+Default behavior is unchanged (Cromwell attempts to resolve WDL files from any URI). Example configuration:
43
+```
44
+languages {
45
+ WDL {
46
+ http-allow-list {
47
+ enabled: true
48
+ allowed-http-hosts: [
49
+ "my.wdl.repo.org",
50
+ "raw.githubusercontent.com"
51
+ ]
52
+ }
53
54
+}
55
56
57
58
## 84 Release Notes
59
0 commit comments