Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,17 @@ command = "[[ $PREVIEW_TYPE == cloudpreview ]] && echo Building deploy preview f
status = 200
headers = {X-From = "Netlify"}

# Version-matched Kubernetes e2e test binaries for Calico Open Source, proxied
# from the same bucket as the charts above. Calico releases publish these under
# <version>/files/e2e/, matching the layout Calico Enterprise serves from
# downloads.tigera.io, so a consumer resolves a binary the same way for either
# product.
[[redirects]]
from = "/calico/:version/files/e2e/*"
to = "https://calico-public.s3.amazonaws.com/:version/files/e2e/:splat"
status = 200
headers = {X-From = "Netlify"}

# FOSSA attribution reports for Calico Enterprise (proxied from S3)
[[redirects]]
from = "/calico-enterprise/fossa-reports/:version/attribution-report.html"
Expand Down