Skip to content

Commit

Permalink
Explicitly set the GitHub Actions thumbprint to resolve opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#2343. Updated the AWS CDK as well. (opensearch-project#2345)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored and mahesh724 committed Mar 3, 2023
1 parent 32a1d75 commit 9efac91
Show file tree
Hide file tree
Showing 3 changed files with 2,267 additions and 1,704 deletions.
3 changes: 3 additions & 0 deletions release/staging-resources-cdk/lib/GitHubAccessStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export class GitHubAccessStack extends Stack {

this.gitHubOidcProvider = new OpenIdConnectProvider(this, 'GitHubOidcProvider', {
url: 'https://token.actions.githubusercontent.com',
thumbprints: [
'6938fd4d98bab03faadb97b34396831e3780aea1'
],
clientIds: ['sts.amazonaws.com']
});
}
Expand Down
Loading

0 comments on commit 9efac91

Please sign in to comment.