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

Support passing credentials to Dyno as an alternative to passing Access Keys directly #137

Open
drboyer opened this issue Jun 8, 2017 · 0 comments

Comments

@drboyer
Copy link

drboyer commented Jun 8, 2017

We should add support for a credentials option in the Dyno constructor options so that instead of having to specify the actual AWS Access Key and Secret Key (if you don't want to use the defaults), you can use any of the various Credential Providers/subclasses (see here). This allows you to do useful things like use TemporaryCredentials from an assumed role that will automatically refresh as needed.

This issue actually blocks implementation of Kine #42

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

No branches or pull requests

1 participant