aws-lite icon indicating copy to clipboard operation
aws-lite copied to clipboard

[RFC] Add support for AWS Standard Credential Provider Chain

Open AdamTylerLynch opened this issue 1 year ago • 3 comments

Recommend implementing the standard credential provider chain as per AWS SDK standards. The providers have an order of precedence, and support refresh tokens for federation, operating in containers, and EC2 assume role.

Adding these would provide consistent experiences across runtime environment, and provide the ability to leverage AWS-lite for specific parts of an application (strangler pattern) without having to change/amend the application’s credential provider.

https://docs.aws.amazon.com/sdkref/latest/guide/standardized-credentials.html

AdamTylerLynch avatar Dec 14 '23 02:12 AdamTylerLynch