-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
download artifacts with temp_queue if possible #426
Open
Comments
Merged
We need to re-land, once we add the appropriate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently download artifacts with
queue
, which uses the worker creds. This means for private artifacts, the worker clientId needs to have access to those private artifacts.The
temp_queue
will be given access to private artifacts for those tasks that need them. So if we download artifacts with that, we no longer need to add private artifact support to the worker clientId. Let's do that.The text was updated successfully, but these errors were encountered: