-
Notifications
You must be signed in to change notification settings - Fork 240
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
Allow not using AWS credentials #5203
Comments
adamnovak
changed the title
Allow not using AWS crednetials
Allow not using AWS credentials
Jan 29, 2025
Julian says he needs this this week. |
@adamnovak actually it's Julian M who needs this, and I think it's ok if this doesn't happen this week. |
Oh no I've confused my Julians! Sorry to both of you! |
19 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Julian M has some workflows that want to take S3 URLs as input, but he has AWS credentials that require MFA to use, and he wants to run a lot of workflows at once and not MFA in for each of them.
The files are public; you could get them with
aws s3 cp --no-sign-request
.We should add a way for Toil to access S3 URLs without signing its requests and without actually trying to assume any configured AWS roles.
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1698
The text was updated successfully, but these errors were encountered: