Skip to content

Commit 269089c

Browse files
authored
Update changelog for wdl http allow list (#6944)
1 parent 8485284 commit 269089c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,24 @@ failures observed when attempting to localize a large number of DRS files.
3636

3737
Updates to dependencies to fix security vulnerabilities.
3838

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+
3957

4058
## 84 Release Notes
4159

0 commit comments

Comments
 (0)