-
Notifications
You must be signed in to change notification settings - Fork 515
Use incorrect sts endpoint when using China regions #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's also a regression issue in latest release though there is only ak/sk given. It works after having to stick aws-actions/configure-aws-credentials to version |
Thanks for reporting this! The fix is now merged onto the v1 tag |
I'm getting this now:
It seems to be resolved but happens on my first use with this action. Can you help me, please? |
The correct region should be `sa-east-1`.
Tiago Gouvêa <[email protected]> 于 2020年10月15日周四 下午10:28写道:
… I'm getting this now:
Run ***@***.***
with:
aws-access-key-id: ***
aws-secret-access-key: ***
aws-region: sa-east-1c
Error: Inaccessible host: `sts.sa-east-1c.amazonaws.com'. This service may not be available in the `sa-east-1c' region.
It seems to be resolved but happens on my first use with this action.
Can you help me, please?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGN4J6XG7LLP2LAKHH7BGDSK4BH3ANCNFSM4LOHQVZA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Use aws credential like below,
Got below error,
According to the doc of AWS China region, the correct endpoint of STS in China region is
sts.cn-northwest-1.amazonaws.com.cn
. Of course,cn-northwest-1
will be replaced ascn-north-1
in BJS region.The text was updated successfully, but these errors were encountered: