diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-18 10:32:39 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-18 10:32:39 +0000 |
commit | 2556d6d34761b6cfc4a81cfcb8f9c4a2fea114dc (patch) | |
tree | 8d7b52a0bbaba6d7360de2ded9250376235cf51b /CHANGELOG | |
parent | 08e21230b139a0041f2e76808e64549be4abf9df (diff) | |
parent | 566e01a5b1488dfa6bd19fd0818e2c0e8ea71762 (diff) | |
download | gitlab-ce-2556d6d34761b6cfc4a81cfcb8f9c4a2fea114dc.tar.gz |
Merge branch 'docker-registry-work-with-redirect' into 'master'
Make docker registry work with location redirects when external storage is used
## What does this MR do?
Honor `Location:` header when working with local registry.
Location makes it possible to download manifests from external storage.
## What are the relevant issue numbers?
Fixed https://gitlab.com/gitlab-org/gitlab-ce/issues/18477
## Remark
Adding `FollowRedirects` makes that we leak `Authorization:` in followed requests.
That is why it is implemented manually and we are explicitly removing `Authorization` header.
cc @marin @twk3
See merge request !4677
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index c024defb66f..aa9748c685d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -91,6 +91,7 @@ v 8.10.0 (unreleased) - Handle custom Git hook result in GitLab UI - Allow to access Container Registry for Public and Internal projects - Allow '?', or '&' for label names + - Support redirected blobs for Container Registry integration - Fix importer for GitHub Pull Requests when a branch was reused across Pull Requests - Add date when user joined the team on the member page - Fix 404 redirect after validation fails importing a GitLab project |