Skip to content

Commit

Permalink
Add new Github OIDC thumbprint
Browse files Browse the repository at this point in the history
The previous thumbprint that Github was using is expired (see aws-actions/configure-aws-credentials#357 (comment)). There's a new thumbprint that needs to be added (see https://github.blog/changelog/2023-06-27-github-actions-update-on-oidc-integration-with-aws/)
  • Loading branch information
aerlaut authored Jun 29, 2023
1 parent c2e0404 commit bb53b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/cf-github-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Resources:
- sts.amazonaws.com
ThumbprintList:
- 6938fd4d98bab03faadb97b34396831e3780aea1
- 1c58a3a8518e8759bf075b76b750d4f2df264fcd

Outputs:
Role:
Value: !GetAtt Role.Arn
Value: !GetAtt Role.Arn

0 comments on commit bb53b6c

Please sign in to comment.