From 7e430f7278e5652c6a03f7f811ee89a8a5de07fa Mon Sep 17 00:00:00 2001 From: Jimmie Tyrrell Date: Thu, 24 Aug 2023 16:18:43 -0700 Subject: [PATCH] Change sts.amazon.com to sts.amazonaws.com in README.md Small typo that caused a major headache --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 883699e..28264e1 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ We recommend using [GitHub's OIDC provider](https://docs.github.com/en/actions/d ### Audience -When the JWT is created, an audience needs to be specified. By default, the audience is `sts.amazon.com` and this will work for most cases. Changing the default audience may be necessary when using non-default AWS partitions. You can specify the audience through the `audience` input: +When the JWT is created, an audience needs to be specified. By default, the audience is `sts.amazonaws.com` and this will work for most cases. Changing the default audience may be necessary when using non-default AWS partitions. You can specify the audience through the `audience` input: ```yaml - name: Configure AWS Credentials for China region audience