Closed
Bug 1252365
Opened 10 years ago
Closed 10 years ago
Create prod relpro TC login
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Need to create a new login with following scopes
docker-worker:*
project:releng:buildbot-bridge:builder-name:*
queue:*
scheduler:*
signing:cert:*
signing:format:*
Example task graph it supposed to create https://tools.taskcluster.net/task-graph-inspector/#1-qNGWPKTAOv7vx4wmGymg/
| Assignee | ||
Comment 1•10 years ago
|
||
I'm not able to create new clients anymore, what's the current procedure?
Flags: needinfo?(dustin)
Comment 2•10 years ago
|
||
You can create clientIds in the releng namespace, `project/releng/*`
You will want to be more specific with some of those stars. What I'd suggest is adding assume:moz-tree:level:3 (https://tools.taskcluster.net/auth/roles/#moz-tree:level:1) which will get you everything you need to build mozilla-central, then adding whatever additional scopes you need to do the release promotion. Note, too, bug 1226019 -- ideally we'd be using `project:releng:signing:cert:..`. etc.
Flags: needinfo?(dustin)
Comment 3•10 years ago
|
||
I created `project/releng/release-promotion/production` with
assume:moz-tree:level:3
project:releng:buildbot-bridge:builder-name:*
signing:cert:*
signing:format:*
if we need more scopes, just add them or let me know.
| Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•