You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it seems that proxy_host (?) isn't properly updated, in this case to europe-north1-docker.pkg.dev, upon netloc redirection, based on provided output of curl -vsL https://registry.k8s.io/v2/kube-state-metrics/kube-state-metrics/blobs/sha256:ec6e2d871c544073e0d0a2448b23f98a1aa47b7c60ae9d79ac5d94d92ea45949 >/dev/null, causing the 404 seen above, as it's following only the path set out by the 302, but not the new netloc/hostname.
This behavior can be deterministically replicated using registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.6.0.
The text was updated successfully, but these errors were encountered:
zer0def
changed the title
Failure to follow changed netloc while maintaining redir's path during 302s
Failure to follow changed netloc while maintaining redir's path during interleaved recursive redirections
Nov 10, 2022
Relevant docker-registry-proxy log:
However, it seems that
proxy_host
(?) isn't properly updated, in this case toeurope-north1-docker.pkg.dev
, upon netloc redirection, based on provided output ofcurl -vsL https://registry.k8s.io/v2/kube-state-metrics/kube-state-metrics/blobs/sha256:ec6e2d871c544073e0d0a2448b23f98a1aa47b7c60ae9d79ac5d94d92ea45949 >/dev/null
, causing the 404 seen above, as it's following only the path set out by the 302, but not the new netloc/hostname.curl.log
This behavior can be deterministically replicated using
registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.6.0
.The text was updated successfully, but these errors were encountered: