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

Delegate AWS credential handling to AWS SDK #15

Merged
merged 1 commit into from
Jul 25, 2016
Merged

Delegate AWS credential handling to AWS SDK #15

merged 1 commit into from
Jul 25, 2016

Conversation

quiver
Copy link
Contributor

@quiver quiver commented Jul 18, 2016

boto3(AWS SDK) supports following aws credentials::

  • credential file
  • environment variable
  • instance profile

http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#config-settings-and-precedence

but due to the validation, bless_client.py only accepts environment variable credentials, so I changed bless_client.py to remove the validation and let boto3 take care of AWS credential handling.
I don't see any reason why only environment variable credentials are allowed.

This PR overlaps #9.

@nyetsche
Copy link

👍

@russell-lewis russell-lewis merged commit caa8948 into Netflix:master Jul 25, 2016
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.

3 participants