From 82b7aafd41c15a2b55bbf0f0a2057a3e829114f9 Mon Sep 17 00:00:00 2001 From: Joeri Malmberg Date: Wed, 5 Jul 2023 17:09:08 +0200 Subject: [PATCH] Added the second Github oidc thumbprint to its IAM idp --- templates/github-oidc-provider.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/github-oidc-provider.yaml b/templates/github-oidc-provider.yaml index 02940d8..b109c3b 100644 --- a/templates/github-oidc-provider.yaml +++ b/templates/github-oidc-provider.yaml @@ -9,10 +9,10 @@ Parameters: RoleName: Type: String Default: "GitHub" - Description: "Name for IAM Role" + Description: "Name for IAM Role" GithubActionsThumbprint: Type: CommaDelimitedList - Default: 6938fd4d98bab03faadb97b34396831e3780aea1 + Default: 6938fd4d98bab03faadb97b34396831e3780aea1,1c58a3a8518e8759bf075b76b750d4f2df264fcd Description: > Comma seperated list of thumbprints for GitHub Actions tokens. Default comes from https://github.blog/changelog/2022-01-13-github-actions-update-on-oidc-based-deployments-to-aws/ @@ -86,4 +86,4 @@ Outputs: Value: !GetAtt GitHubActionsServiceRole.Arn ServiceRoleRoleId: Description: RoleId of service role for use in GitHub actions - Value: !GetAtt GitHubActionsServiceRole.RoleId \ No newline at end of file + Value: !GetAtt GitHubActionsServiceRole.RoleId