Closed
Bug 1388542
Opened 8 years ago
Closed 8 years ago
Make the 'certificate' field of oidcCredentials optional
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1388541
People
(Reporter: dustin, Assigned: dustin)
References
Details
We are holding open the possibility of producing permacreds with short expirations instead of temporary credentials -- this will be more important when we are mixing in github scopes, for example, as the scope set may get very large.
So let's make it optional and document clearly that callers should be flexible to the presence or absence of this field.
It may be worth moving it to a nested object in the response:
{
credentials: { ... }
expires: ..
}
Assignee | ||
Comment 1•8 years ago
|
||
I'm handling this in bug 1388541.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Login → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•