An open API service indexing awesome lists of open source software.

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

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.

![GitHub Actions](./assets/iam-oidc-sequence-diagram.png)

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`