From c6f003d070a8c459b260c88a180f091e55d42608 Mon Sep 17 00:00:00 2001 From: Mitch Keenan Date: Wed, 6 Oct 2021 12:57:20 -0300 Subject: [PATCH] Update github oidc token url in cfn template This commit updates the example "IAM Role CloudFormation Template" with the new github oidc token url. See issue #280 for further explanation: https://github.com/aws-actions/configure-aws-credentials/issues/280 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e980244dc..879189ec1 100644 --- a/README.md +++ b/README.md @@ -145,13 +145,13 @@ Resources: Federated: !Ref GithubOidc Condition: StringLike: - vstoken.actions.githubusercontent.com:sub: !Sub repo:${GitHubOrg}/${RepositoryName}:* + token.actions.githubusercontent.com:sub: !Sub repo:${GitHubOrg}/${RepositoryName}:* GithubOidc: Type: AWS::IAM::OIDCProvider Condition: CreateOIDCProvider Properties: - Url: https://vstoken.actions.githubusercontent.com + Url: https://token.actions.githubusercontent.com ClientIdList: [sigstore] ThumbprintList: [a031c46782e6e6c662c2c87c76da9aa62ccabd8e]