akka-persistence-dynamodb icon indicating copy to clipboard operation
akka-persistence-dynamodb copied to clipboard

use InstanceProfileCredentialsProvider if no secret key was specified

Open nefilim opened this issue 11 years ago • 2 comments
trafficstars

update dependencies to current versions

hi @sclasen ... a little messy, would be nice to externalize the AwsCredentialsProvider into the journal config stanza, what do you think?

nefilim avatar Aug 27 '14 17:08 nefilim

Hi @nefilim, sorry for the long delay: the Akka team is now taking over maintainership of this plugin, the new repo is at https://github.com/akka/akka-persistence-dynamodb. Would you mind submitting a PR against that? (no need to include version updates, we will upgrade to Akka 2.4.1 now as well)

rkuhn avatar Jan 30 '16 11:01 rkuhn

I solved this a little differently in akka/akka-persistence-dynamodb#46 by using the default credentials provider chain as documented here.

rkuhn avatar Feb 18 '16 20:02 rkuhn