Skip to content

Commit 0270d0b

Browse files
chore: update readme with new thumbprint (#755)
1 parent 4b8efb0 commit 0270d0b

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,10 @@ variable exports are detected by both the AWS SDKs and the AWS CLI for AWS API
66
calls.
77

88
### Recent updates
9-
We've recently released a `v2` of this action that uses the Node 16 runtime by
10-
default. You should update your action references to `v2`. We intend `v2` to be
11-
the new default for this action and will no longer be providing updates to the
12-
`v1` tag.
139

14-
When migrating to `v2`, you don't have to consider any changes other than the node version.
15-
There are no breaking changes between versions; As of release of v2, the node version is the only change.
10+
**If you use OIDC, you may need to update your identity provider**
1611

17-
As is usual for GitHub Actions, we provide release tags for you to reference in
18-
your repository's workflow files. The `v2` tag is a moving tag that will always
19-
apply to the lastest version 2 train release. We will also provide minor version
20-
tags on every release, and create a `v3` tag when we are ready for a new major
21-
release. If you had been following the development of this action so far, this
22-
is a change to previous states release policy.
12+
There are now [two possible intermediary certificates](https://github.blog/changelog/2023-06-27-github-actions-update-on-oidc-integration-with-aws/) for the Actions SSL certificate. Previously, the certificate with the thumbprint `6938fd4d98bab03faadb97b34396831e3780aea1` was guaranteed to return. Now, the certificate with the thumbprint `1c58a3a8518e8759bf075b76b750d4f2df264fcd` can also be returned, so you will need to [update your identity provider](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc.html) with this additional new thumbprint.
2313

2414
### Table of Contents
2515
<!-- toc -->
@@ -262,6 +252,7 @@ Resources:
262252
- sts.amazonaws.com
263253
ThumbprintList:
264254
- 6938fd4d98bab03faadb97b34396831e3780aea1
255+
- 1c58a3a8518e8759bf075b76b750d4f2df264fcd
265256
266257
Outputs:
267258
Role:

0 commit comments

Comments
 (0)