unfunco / terraform-aws-oidc-github

Terraform module to configure GitHub Actions as an IAM OIDC identity provider in AWS.
https://registry.terraform.io/modules/unfunco/oidc-github/aws/latest
Apache License 2.0
91 stars 51 forks source link

fix: Reduce the allowed additional_thumbprints #31

Closed unfunco closed 1 year ago

unfunco commented 1 year ago

Reduces the number of allowed additional_thumbprints from 4 to 3, since GitHub now returns two intermediary thumbprints for the Actions SSL certificate and the maximum number is 5.

Fixes #30