You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Even when providing `withRegion`, the `AWSSecurityTokenServiceClientBuilder` points the client to us-east-1. This fails in cases where you are using a VPC endpoint and access to the Internet is limited.
This change looks up the property `aws.sts.endpoint` and uses that or `https://sts.amazonaws.com` to pass to `.withEndpointConfiguration`
Closes#58
0 commit comments