Closed
Bug 1618983
Opened 5 years ago
Closed 5 years ago
static workers cannot be set to expire in more than 31 days
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
(Blocks 1 open bug)
Details
The static provider currently sets the credentials expiration to the expiration of the worker. Temporary credentials cannot last longer than 31 days. But in most cases, we'll want to create worker records that expire in 1000 years (=never). The result being, you can't create a worker that lasts longer than 31 days.
Probably the ideal approach here would be to adopt the worker lifecycle stuff that Brian has built for other providers, so that a static worker can be declared to reregister at a given frequency.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•