Closed
Bug 1256743
Opened 10 years ago
Closed 10 years ago
Remove 'assume:client-id:..' special-casing
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
Details
The auth service currently adds an implicit 'assume:client-id:<clientId>' scope to every permanent credential. The login service has some special-casing to handle this, too. But we currently have no `client-id:..` roles (I deleted them all). So let's get rid of the functionality.
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-auth
https://github.com/taskcluster/taskcluster-auth/commit/ab2debca7bd55367180091c254a7482f38bb6f91
Bug 1256743: Remove 'assume:client-id:..' special-casing
https://github.com/taskcluster/taskcluster-auth/commit/aaf167cc8cc173be7a6e4adb4f248339fb44bba3
Merge djmitche/taskcluster-auth:bug1256743 (PR #48)
| Assignee | ||
Comment 3•10 years ago
|
||
Landed, checked in staging, promoted to production.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Authentication → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•