mozillazg / alibabacloud-oidc-auth

GitHub Action for authenticating to Alibaba Cloud with GitHub Actions OIDC tokens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PublicKeyFingerprintMismatch

yongzhang opened this issue · comments

Hi, I experience this issue today, please help, thanks.

mozillazg/alibabacloud-oidc-auth failed with: retry function failed after 4 attempts: authenticationFail.OIDCToken.PublicKeyFingerprintMismatch: code: 401, The https fingerprint of this discovery is invalid.

ok, found the cause. See https://github.blog/changelog/2023-06-27-github-actions-update-on-oidc-integration-with-aws. There are 2 thumbprints now:

6938fd4d98bab03faadb97b34396831e3780aea1
1c58a3a8518e8759bf075b76b750d4f2df264fcd

ok, found the cause. See https://github.blog/changelog/2023-06-27-github-actions-update-on-oidc-integration-with-aws. There are 2 thumbprints now:

6938fd4d98bab03faadb97b34396831e3780aea1
1c58a3a8518e8759bf075b76b750d4f2df264fcd

@yongzhang Thanks for sharing.