Closed
Bug 1544920
Opened 6 years ago
Closed 6 years ago
[docker-worker] Assume secrets are empty if not found
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dustin, Assigned: dustin)
Details
In cases where we don't need secrets, we currently need to create an empty secret. Let's assume that a 404 for that secret is equivalent to {}
, just to save that step. If secrets really are required, then something later in the startup process will crash.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dustin
Assignee | ||
Comment 1•6 years ago
|
||
On reflection, I don't think this is worth changing -- we have at least some secrets for every deployment right now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•