-
Notifications
You must be signed in to change notification settings - Fork 49
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
Added support for ecs credentials #21
Conversation
I like this. Why is it not merged yet? |
}).credentials | ||
credentials ||= Aws::InstanceProfileCredentials.new.credentials | ||
if opts[:ecs_container_credentials_relative_uri].nil? | ||
credentials = Aws::SharedCredentials.new({retries: 2}).credentials |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you want to do credentials ||= Aws::ECSCredentials.new.credentials here as well, in case the config is not specified?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mnd999 done!
@mnd999 should i just close this? |
@jc89 why? Afaict it's good. Even with no maintainer to commit it may be useful to others. |
Thanks! Also, sorry for the delay in response. |
No description provided.