Closed
Bug 1375170
Opened 8 years ago
Closed 6 years ago
Implement task feature runAsWorkerUser
Categories
(Taskcluster :: Workers, enhancement)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pmoore, Unassigned)
References
Details
For context, see parent bug 1375165.
This bug is for implementing the task feature in generic-worker.
Work has started in https://github.com/taskcluster/generic-worker/tree/runAsWorkerUser
Reporter | ||
Updated•7 years ago
|
QA Contact: pmoore
Reporter | ||
Comment 2•6 years ago
|
||
(In reply to Chris Cooper [:coop] pronoun: he from comment #1)
> Pete: are we still going to do this?
Let's forget about it.
When I created the bug I liked the idea of making it a task feature, so we could manage fewer worker types. The idea was that we wouldn't need separate worker types for running tasks as a task user vs running tasks as Local System (like we do in the CI) but that it could be specified in the task payload (rather than the worker config file).
But in reality, the CI is the only place where we really want that, now we can already run tasks as Administrator using the osGroups and runAsAdministrator features, and probably it is safer, security-wise to isolate this feature at the worker level, rather than the task level.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(pmoore)
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: Generic-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•