[generic-worker] PublicIP is required for CoT, but won't exist soon
Categories
(Taskcluster :: Workers, enhancement)
Tracking
(Not tracked)
People
(Reporter: dustin, Unassigned, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=go])
Attachments
(1 file)
The new deployments of workers will not have a public IP, but the docs mention that PublicIP is required for CoT. That may be problematic..
Comment 1•6 years ago
|
||
Hm. I'm unaware of why we would need the public IP for CoT.
If it's related to gpg, we just removed gpg support from generic-worker, so future releases won't use it.
Comment 2•6 years ago
|
||
I think we might still rely on it here:
Comment 3•6 years ago
|
||
Aha. I think that's for human auditing; there's no automated verification for that key/value pair. We could remove it or make it optional if there is no public IP.
Comment 4•6 years ago
•
|
||
(In reply to Aki Sasaki [:aki] from comment #3)
Aha. I think that's for human auditing; there's no automated verification for that key/value pair. We could remove it or make it optional if there is no public IP.
I'm happy with either of those solutions, with a preference for removing it rather than making it optional, for simplicity.
Updated•6 years ago
|
Comment 6•5 years ago
|
||
Yes, although it is quite a simple change - good for someone that wants a simple starter bug in generic-worker. Just need to remove the field, and update tests etc.
Comment 7•5 years ago
|
||
Comment 9•4 years ago
|
||
Actually, look like I implemented this after all, and it got released in https://github.com/taskcluster/taskcluster/releases/tag/v29.1.0.
Description
•