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

Allow credentials to be specified #35

Open
attila opened this issue Sep 1, 2020 · 0 comments
Open

Allow credentials to be specified #35

attila opened this issue Sep 1, 2020 · 0 comments

Comments

@attila
Copy link

attila commented Sep 1, 2020

It would be really nice if we could configure the CloudWatchLogs instance access not only with access keys but by passing in an AWS.Credentials instance to the CloudWatchLogs constructor. We have a use case where a set of desktop applications stream logs via an assumed role. This role is used throughout the application and it's assumed via AWS.ChainableTemporaryCredentials so that the SDK can automatically refresh the session token whenever necessary.

I saw that configuration only checks for adds accessKeyId and secretAccessKey which covers the most basic use case but unfortunately it's not sufficient for more complex IAM setups

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