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

Don't require AWS credentials #34

Merged
merged 3 commits into from
Mar 21, 2019
Merged

Conversation

robburger
Copy link
Contributor

Per the AWS JavaScript SDK, credentials are automatically searched for: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-node.html

When running on AWS with an IAM Role and setting fake AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, the container doesn't start as the SDK tries to use those before falling back to searching for other credentials. Even trying to use AWS_PROFILE has the same effect.

AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are not required for running.

Fixes #31

@johnkeates
Copy link
Contributor

Works here as well.

@outsideris
Copy link
Owner

Sorry for late response.
Thank you for your contribution.

@outsideris outsideris merged commit f322c3a into outsideris:master Mar 21, 2019
@outsideris
Copy link
Owner

I just released new version.

@johnkeates
Copy link
Contributor

Very cool, thanks!

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