Skip to content

How do I fix an OIDC thumbprint mismatch? #750

Discussion options

You must be logged in to vote

Credit to @adamlundrigan (I extracted this from his initial post):

I checked our account-baseline-app module for shared and we're not explicitly setting a list of thumbprints via github_actions_openid_connect_provider_thumbprint_list, which means the Terraform is falling back to extracting the certificate thumbprint from https://token.actions.githubusercontent.com:

https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/2b35fe7ab89482e57a5746f1b14e31974dfb8f22/modules/landingzone/account-baseline-app/main.tf#L552-L558

this presumably only extracts one of the thumbprints (the one for the certificate https://token.actions.githubusercontent.com used), which then causes our GitHub …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pete0emerson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment