Skip to content

Commit

Permalink
Fix | ISSUE-521: add github OIDC thumbprints (#523)
Browse files Browse the repository at this point in the history
* fix(ISSUE-521): add github OIDC thumbprints

* fix: update terraform fmt
  • Loading branch information
rodriguez-matias authored Jul 21, 2023
1 parent 8f8d2e3 commit d2aa159
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 deletions shared/global/base-identities/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/global/base-identities/identity_providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ resource "aws_iam_openid_connect_provider" "aws_github_oidc" {

# Obtained from the certificate of the url, see here for more details https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc_verify-thumbprint.html
# Alternatively this can also be obtained by the aws managagement console when creading an oidc provider and use the "Get Thumbprint button"
thumbprint_list = ["6938fd4d98bab03faadb97b34396831e3780aea1"]
thumbprint_list = ["6938fd4d98bab03faadb97b34396831e3780aea1", "1c58a3a8518e8759bf075b76b750d4f2df264fcd", "f879abce0008e4eb126e0097e46620f5aaae26ad"]
}

0 comments on commit d2aa159

Please sign in to comment.