This repository was archived by the owner on Mar 9, 2022. It is now read-only.
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
Send X-Forwarded-Host when using wildcard mirror #1434
Closed
Description
Now that CRI supports a wildcard header for mirrors, we can have a problem implementing a pull through cache because of the ambiguity of the requested host (two different images with the same name on different backing registries). It also requires configuring the pull through cache to check all possible registries, since it does not know where the original image should be sourced.
If CRI were to set the X-Forwarded-Host header on the request, we could use that to solve both problems.
Metadata
Metadata
Assignees
Labels
No labels