https://github.com/sergiopichardo/iam-oidc-with-github-actions
IAM OIDC with Github Actions
https://github.com/sergiopichardo/iam-oidc-with-github-actions
aws cdk cloudfront github-actions iam oidc s3
Last synced: about 2 months ago
JSON representation
IAM OIDC with Github Actions
- Host: GitHub
- URL: https://github.com/sergiopichardo/iam-oidc-with-github-actions
- Owner: sergiopichardo
- Created: 2024-11-16T18:26:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T03:32:54.000Z (over 1 year ago)
- Last Synced: 2025-05-30T02:43:20.408Z (about 1 year ago)
- Topics: aws, cdk, cloudfront, github-actions, iam, oidc, s3
- Language: TypeScript
- Homepage: https://sergiopichardo.com/posts/github-actions-and-iam-oidc
- Size: 661 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IAM OIDC with GitHub Actions
This project demonstrates how to set up an IAM OIDC identity provider for GitHub Actions to assume an IAM role.

I've written a blog post about this project. You can read it [here](https://sergiopichardo.com/posts/github-actions-and-iam-oidc).
## Prerequisites
- AWS CLI
- AWS CDK
## To run the project
1. Clone the repository
2. Install dependencies
3. Run `npm run deploy`