Crash-Stats API token
Categories
(Release Engineering :: Firefox-CI Administration, enhancement)
Tracking
(Not tracked)
People
(Reporter: gerard-majax, Unassigned)
References
Details
For bug 1779245 we need to have new secrets + token exposed to access crash-stats API to trigger a reprocessing after having uploaded new symbols
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Comment 1•3 years ago
|
||
Secret in:
project/releng/gecko/build/level-{level}/gecko-symbol-reprocess
Scope:
secrets:get:project/releng/gecko/build/level-{level}/gecko-symbol-reprocess
Comment 2•3 years ago
|
||
Thanks, as far as I can tell, this line should be granting access to that secret already:
https://hg.mozilla.org/ci/ci-configuration/file/tip/grants.yml#l125
Though if you are trying to run this task in a different context than normal there may be something missing. Do you have a link to a scope expression error?
Reporter | ||
Comment 3•3 years ago
|
||
(In reply to Andrew Halberstadt [:ahal] from comment #2)
Thanks, as far as I can tell, this line should be granting access to that secret already:
https://hg.mozilla.org/ci/ci-configuration/file/tip/grants.yml#l125Though if you are trying to run this task in a different context than normal there may be something missing. Do you have a link to a scope expression error?
No, we have not yet hit that part of the code, I was just preparing things. So we would just need to add the token into the secrets ? I am not sure how this is to be done
Reporter | ||
Comment 4•3 years ago
|
||
Tokens were generated and added for all three levels, thanks Andrew!
Description
•