Skip to content

Commit 835c0b5

Browse files
Allow artifacts.elastic.co URL for manifest downloads (#11219) (#11286)
* Adding artifacts.elastic.co as valid domain for manifest URLs * Temp set branch to 9.2 * Remove temp testing code (cherry picked from commit ce19518) Co-authored-by: Doug W <55553826+dwhyrock@users.noreply.github.com>
1 parent b5dd1ff commit 835c0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/mage/manifest/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var (
8585
errorNotAllowedManifestURL = errors.New("the provided ManifestURL is not allowed URL")
8686
)
8787

88-
var AllowedManifestHosts = []string{"snapshots.elastic.co", "staging.elastic.co"}
88+
var AllowedManifestHosts = []string{"snapshots.elastic.co", "staging.elastic.co", "artifacts.elastic.co"}
8989

9090
var PlatformPackages = map[string]string{
9191
"darwin/amd64": "darwin-x86_64.tar.gz",

0 commit comments

Comments
 (0)