Skip to content

Terraform OIDC module #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed URL
  • Loading branch information
oleh-motrunych committed Sep 2, 2022
commit ede3038bbef306c5147570fcb48fb7ed37b174aa
2 changes: 1 addition & 1 deletion _posts/2022-09-01-terraform-oidc-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Terraform has resource aws_iam_openid_connect_provider available starting from A
- **access ECR with write permissions**
- **access some AWS service with some specific permissions set**

[The following diagram gives an overview of how GitHub's OIDC provider integrates with your workflows and cloud provider:] (https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#getting-started-with-oidc)
[The following diagram gives an overview of how GitHub's OIDC provider integrates with your workflows and cloud provider:](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#getting-started-with-oidc)
![img.png](https://docs.github.com/assets/cb-63262/images/help/images/oidc-architecture.png)

Based on our work in GitHub and AWS using Terraform we created Terraform module what helps us access AWS from GitHub actions https://github.com/scribd/terraform-oidc-module It cover our needs and even more it can attach any of your IAM policies what you pass as a parameter into module.
Expand Down