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

https://github.com/mattyboy84/aws-github-oidc-idp-connection

AWS IAM Identity Provider for the Giithub Action Token service.
https://github.com/mattyboy84/aws-github-oidc-idp-connection

aws github iam

Last synced: about 2 months ago
JSON representation

AWS IAM Identity Provider for the Giithub Action Token service.

Awesome Lists containing this project

README

          

# AWS-Github-oidc-idp-connection

![](images/diagram.png)

This stack deploys an AWS IAM Identtiy Provider for `Github Actions`. The role output by this stack can be assumed in your workflow to deploy to AWS.
![](images/stack-outputs.png)

You can set the role ARN as a Github Secret then assume it in the workflow file.

```yaml
- uses: configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::{AWS::AccountId}:role/Github-AWS-OIDC-connection-Role
aws-region: $STACK_REGION
```