Cloud-Connectors icon indicating copy to clipboard operation
Cloud-Connectors copied to clipboard

Adds support for ECS by using DefaultAWSCredentialsProviderChain, and AWS session credentials.

Open grommitz opened this issue 3 years ago • 1 comments

Adds AwsCredentialsProviderUtils.getProvider() which gets the correct AWSCredentialsProvider depending on what environment variables are configured. If there are none given, it falls back to DefaultAWSCredentialsProviderChain which will yield the correct provider for ECS (for example).

Also adds support for session credentials, and makes the AWS reqion configurable in the example.

Replaces PR #360.

grommitz avatar Aug 29 '21 22:08 grommitz

Hi @grommitz

Thank you for submitting a PR, we are happy to receive your contribution, but before we can proceed you will need to sign the CLA and send it to us.

Payara/PayaraCLA.pdf at master · payara/Payara

Thanks James

JamesHillyard avatar Jul 27 '22 12:07 JamesHillyard