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.
- Host: GitHub
- URL: https://github.com/mattyboy84/aws-github-oidc-idp-connection
- Owner: mattyboy84
- Created: 2024-01-09T19:39:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T18:52:44.000Z (over 2 years ago)
- Last Synced: 2025-05-31T15:31:23.314Z (about 1 year ago)
- Topics: aws, github, iam
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS-Github-oidc-idp-connection

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.

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
```