Requesting taskcluster client credentials to use with tooltool.py
Categories
(Release Engineering :: General, task)
Tracking
(Not tracked)
People
(Reporter: standard8, Unassigned)
References
Details
Requesting this as I received an email about switching auth methods for tooltool.
-
who is the responsible person and which is the responsible team
Mark Banner, Firefox desktop/search team. Manager is Mike de Boer -
what is the purpose of usage
I upload node_modules bundles for ESLint and a few other tools -
what should be the expiration date of the credentials (suggested is one year)
1 years. -
which level of access is required:
- Upload PUBLIC files to tooltool.
- Download PUBLIC files from tooltool
I think the access level is right, based on the info in the update.sh scripts I've been using.
Comment 1•5 years ago
|
||
You should be able to create a client with taskcluster signin -s 'project:releng:services/tooltool/api/upload/public'
. Unfortunately, tooltool doesn't currently use the standard taskcluster auth environment variables, so you'll need to create a json file with those credentials, that has the form {"clientId": "...", "accessToken": "..."}
.
Assignee | ||
Updated•3 years ago
|
Description
•