Skip to content

Support SendURL for performing indirect download of artifacts if clients does…

Kamil Trzciński requested to merge use-send-url-for-incompatible-runners into master

What does this MR do?

This makes a use of Workhorse feature SendURL which makes Workhorse to proxy response for given request.

We use that for Artifacts that are being downloaded by runner, because older runners cannot validate certificate of remote server when trying to download the artifacts.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Needed to solve: https://gitlab.com/gitlab-com/infrastructure/issues/3618

Merge request reports