sneaker icon indicating copy to clipboard operation
sneaker copied to clipboard

Support AWS process-based credential providers

Open dylanmei opened this issue 5 years ago • 0 comments

Update Go SDK and include aws-sdk-go/aws/credentials/processcreds in order to support process-based credential providers: https://docs.aws.amazon.com/sdk-for-go/api/aws/credentials/processcreds/

In my case, the credential provider is a company-wide OAUTH tool; this allows us to avoid putting AWS secrets into files.

dylanmei avatar Aug 27 '19 20:08 dylanmei