Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Github OIDC add extra thumbprints as needed #403

Conversation

magreenbaum
Copy link
Member

@magreenbaum magreenbaum commented Jul 2, 2023

Description

Add additional thumbprint list as needed.

Motivation and Context

Breaking Changes

No.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@@ -21,6 +21,12 @@ locals {
module "iam_github_oidc_provider" {
source = "../../modules/iam-github-oidc-provider"

# https://github.blog/changelog/2023-06-27-github-actions-update-on-oidc-integration-with-aws/
additional_thumbprint_list = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of putting these values in the examples, we would rather have them as defaults, so users should just upgrade the version of the module and use it right away.

/cc @bryantbiggs WDYT?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya we can try that. I've checked internally as well and there isn't a clear path to resolution so lets try and see what happens

@bryantbiggs bryantbiggs merged commit 56511f3 into terraform-aws-modules:master Jul 3, 2023
36 checks passed
antonbabenko pushed a commit that referenced this pull request Jul 3, 2023
## [5.26.0](v5.25.0...v5.26.0) (2023-07-03)

### Features

* Github OIDC add extra thumbprints as needed ([#403](#403)) ([56511f3](56511f3))
@antonbabenko
Copy link
Member

This PR is included in version 5.26.0 🎉

@magreenbaum magreenbaum deleted the github_oidc_additional_thumbprints branch July 3, 2023 21:26
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants