ci: document http proxy bug & disable farms relying on it

All the lava & baremetal farms have to be disabled because of this bug,
and until a fix is found and deployed to each of these farms.
This commit is contained in:
Eric Engestrom
2025-03-24 17:20:58 +01:00
parent 5b11c3ff0a
commit 3c0e0c3d04
7 changed files with 2 additions and 0 deletions

View File

@@ -34,4 +34,6 @@ proxy_set_header Authorization $proxy_authorization;
proxy_pass $proxyuri;
# Redirect back to ourselves on 301 replies
# FIXME: this is buggy, it doesn't properly url-encode $1, leading to s3 creds
# being dropped during the redirection, breaking all the lava & baremetal jobs
proxy_redirect ~^(.*)$ /cache/?uri=$1;