spring-cloud-aws
spring-cloud-aws copied to clipboard
Add support for STSAssumeRoleSessionCredentialsProvider
assuming roles is another way to authenticate.
ContextCredentialsAutoConfiguration could check for cloud.aws.credentials.roleArn and cloud.aws.credentials.roleSessionName and wrap the AWSCredentialsProvider created in ContextConfigurationUtils.registerCredentialsProvider(..) with a STSAssumeRoleSessionCredentialsProvider
+1
+1
Relates to #10