spring-cloud / spring-cloud-stream-binder-aws-kinesis

Spring Cloud Stream binder for AWS Kinesis
Apache License 2.0
99 stars 97 forks source link

Fix kinesis producer configuration due to KPL requring STS #209

Closed kabennett closed 11 months ago

artembilan commented 1 year ago

I don't think this is something we really need in this project. See Spring Cloud AWS auto-configuration and its support via StsProperties: https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-SNAPSHOT/reference/html/index.html#credentials.

With my latest change to the AWSCredentialsProviderAdapter, any low-level credentials providers auto-configured by Spring Cloud AWS should be remapped properly to whatever KPL expects with its AWS SDK v1.

Please, give it a shot with latest SNAPSHOT of Kinesis Binder and credentials auto-configuration in Spring Cloud AWS.

artembilan commented 11 months ago

Closed as Invalid.