Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenIDConnect provider's HTTPS certificate doesn't match configured thumbprint

githubActions connection to aws credential

- name: Configure AWS credentials
        uses: aws-actions/configure-aws-credentials@master
        with:
          role-to-assume: ${{secrets.ARN_GITHUB_ACTIONS_ROLE_UAT}}
          aws-region: ${{secrets.AWS_REGION}}

Here is where I got the error and I don't have access to access cloud trails to see the history,it's possible that someone changed the credentials or delete the role?

like image 973
Hulubina Avatar asked Feb 05 '26 20:02

Hulubina


2 Answers

There was a new change in the thumbprints, take a look at this blog post:

https://github.blog/changelog/2023-06-27-github-actions-update-on-oidc-integration-with-aws/

Customers experiencing issues authenticating via OIDC with AWS should configure both thumbprints to be trusted in the AWS portal.
The two known intermediary thumbprints at this time are:

6938fd4d98bab03faadb97b34396831e3780aea1
1c58a3a8518e8759bf075b76b750d4f2df264fcd
like image 52
Luan Kevin Ferreira Avatar answered Feb 07 '26 15:02

Luan Kevin Ferreira


Note that GitHub (accidentally) updated their thumbprint recently, so the result is now 6938fd4d98bab03faadb97b34396831e3780aea1

More details here https://github.blog/changelog/2022-01-13-github-actions-update-on-oidc-based-deployments-to-aws/

like image 45
Carlos Santini Avatar answered Feb 07 '26 13:02

Carlos Santini



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!