Closed
Bug 1318411
Opened 9 years ago
Closed 9 years ago
auth proxy should preserve query string
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: jonasfj)
References
Details
In bug 1316698 jonas added a ?format parameter to the awsS3Credentials method. Unfortunately the proxy does not preserve the query string, so this doesn't work in practice from a worker.
| Reporter | ||
Comment 1•9 years ago
|
||
garndt: if you can get someone to fix this, I have a patch basically ready to go in bug 1269355.
Flags: needinfo?(garndt)
| Assignee | ||
Comment 2•9 years ago
|
||
Lol, I already started on this:
https://github.com/taskcluster/taskcluster-proxy/pull/25
While fixing it I decided to also fix it so that:
http://taskcluster/auth.taskcluster.net/v1/...
Also works..
That way we don't have to hardcode urls...
Assignee: nobody → jopsen
Status: NEW → ASSIGNED
Flags: needinfo?(garndt)
Comment 3•9 years ago
|
||
Thanks jonas for jumping on that!
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-proxy
https://github.com/taskcluster/taskcluster-proxy/commit/b537b5d85f93f6063c42e78f9ae043a5ea144183
Bug 1318411 - Proxy should not strip querystring, also avoid hardcoding hostnames
https://github.com/taskcluster/taskcluster-proxy/commit/c8c7c98c2121a32dcfe9180d27f8215609e8daff
Merge pull request #25 from taskcluster/bug-1318411
Bug 1318411 - Proxy should not strip querystring, also avoid hardcodi…
| Assignee | ||
Comment 5•9 years ago
|
||
Pushed to taskcluster/taskcluster-proxy:latest and taskcluster/taskcluster-proxy:3.1.0
See: https://hub.docker.com/r/taskcluster/taskcluster-proxy/tags/
I don't think we've hardcoded the version used in docker-worker, so this will likely just get adopted
over the next 72 hours.
If we get errors we'll roll back.
Until this consider this fixed, it'll take effect over the course of the next 72 hours.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•9 years ago
|
||
Note: If we need to rollback, the previous release was either:
- 3.0.10 or
- 3.0.9
Changing the label of :latest should roll it back.
Updated•7 years ago
|
Component: Docker-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•