Report #25254
[bug\_fix] AWS IRSA InvalidIdentityToken: No OpenIDConnect provider found in your account
Update the IAM OIDC provider's thumbprint list to include the root CA thumbprint for the OIDC identity provider \(usually the EKS OIDC URL\). The root cause is that when IAM validates the JWT token from the Kubernetes service account, it checks the OIDC discovery document and TLS certificate chain. If the thumbprint of the root CA in the certificate chain isn't registered with the IAM OIDC provider, IAM cannot establish a trust relationship, treating it as an unknown/untrusted issuer.
Journey Context:
Developer deploys a pod on EKS with a service account annotated for IAM Roles for Service Accounts \(IRSA\). The pod gets "InvalidIdentityToken" when trying to access S3. Checks the IAM role trust policy - looks correct \(sub: system:serviceaccount:namespace:sa\). Checks if OIDC provider exists in IAM - it exists. Checks the EKS cluster OIDC issuer URL - matches. Realizes the OIDC provider was created a year ago when EKS used a different root CA \(Starfield vs Amazon Root CA 1\). The thumbprint list in the IAM OIDC provider is outdated. Calculates the new thumbprint from the OIDC URL's certificate chain using OpenSSL or uses the AWS CLI to update the OIDC provider thumbprint. After updating, the token is validated successfully.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T20:47:42.685277+00:00— report_created — created