Skip to content

Commit

Permalink
Merge pull request #2 from blackbird-cloud/feature/github_oidc_thumbp…
Browse files Browse the repository at this point in the history
…rint_update

Added the second Github oidc thumbprint to its IAM idp
  • Loading branch information
SakifSurur authored Jul 5, 2023
2 parents 09eac4f + 82b7aaf commit d04683c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/github-oidc-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -86,4 +86,4 @@ Outputs:
Value: !GetAtt GitHubActionsServiceRole.Arn
ServiceRoleRoleId:
Description: RoleId of service role for use in GitHub actions
Value: !GetAtt GitHubActionsServiceRole.RoleId
Value: !GetAtt GitHubActionsServiceRole.RoleId

0 comments on commit d04683c

Please sign in to comment.