Skip to content
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

Merged
merged 3 commits into from
Oct 15, 2017
Merged

Added support for ecs credentials #21

merged 3 commits into from
Oct 15, 2017

Conversation

jc89
Copy link
Contributor

@jc89 jc89 commented Oct 13, 2016

No description provided.

@mariusgrigaitis
Copy link
Contributor

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
Copy link

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mnd999 done!

@jc89
Copy link
Contributor Author

jc89 commented Aug 23, 2017

@mnd999 should i just close this?

@mnd999
Copy link

mnd999 commented Aug 23, 2017

@jc89 why? Afaict it's good. Even with no maintainer to commit it may be useful to others.

@atomita atomita merged commit c70e548 into atomita:master Oct 15, 2017
@atomita
Copy link
Owner

atomita commented Oct 15, 2017

Thanks! Also, sorry for the delay in response.

@atomita atomita mentioned this pull request Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants