terraform-aws-oidc-github icon indicating copy to clipboard operation
terraform-aws-oidc-github copied to clipboard

Terraform module to configure GitHub Actions as an IAM OIDC identity provider in AWS.

Results 8 terraform-aws-oidc-github issues
Sort by recently updated
recently updated
newest added

If a user adds a number of repository references from the same Org, the module would add a new client_id record for the org for each repository reference. This resolves...

This email has been sent out by Amazon Web Services to the email addresses of accounts which have configured OIDC/GitHub Actions. **No action is required for users of this module.**...

๐Ÿค– I have created a release --- ## [1.8.1](https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.8.0...v1.8.1) (2024-09-02) ### Miscellaneous * Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 ([#59](https://github.com/unfunco/terraform-aws-oidc-github/issues/59)) ([568aedf](https://github.com/unfunco/terraform-aws-oidc-github/commit/568aedfd3a7cc97dc05dc424802453fdba13571a)) * Update release-please-action organisation ([#55](https://github.com/unfunco/terraform-aws-oidc-github/issues/55)) ([6a67a48](https://github.com/unfunco/terraform-aws-oidc-github/commit/6a67a48bf466eb0a0820c90a4753aa205a6b0230)) --- This PR...

automata ๐Ÿค–
autorelease: pending
chore ๐Ÿงน

Thanks so much for the module! I'm trying to use it with multi accounts and I'm getting stuck on how to configure the roles and policies to reuse the same...

I've just tried to use this module but added the enterprise slug parameter and ended up with this error: > Error: creating IAM Role (github): operation error IAM: CreateRole, https...

bug ๐Ÿ›

๐Ÿค– I have created a release --- ## [2.0.0](https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.8.1...v2.0.0) (2025-03-17) ### โš  BREAKING CHANGES * Rename default IAM role to GitHubActions ([#77](https://github.com/unfunco/terraform-aws-oidc-github/issues/77)) * Remove the enabled variable ([#76](https://github.com/unfunco/terraform-aws-oidc-github/issues/76)) * Replace...

automata ๐Ÿค–
autorelease: pending
chore ๐Ÿงน

workflows ๐Ÿ‘ทโ€โ™€๏ธ

The module previously created a role automatically, and allowed managed policies and inline policies to be attached to the role, this works well for simple setups but makes it difficult...

feature ๐Ÿ’ก