Skip to content

Commit

Permalink
updated subject value used in oidc role for cicd user
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Jul 28, 2023
1 parent 0d5f8da commit 9f25bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/bootstrap/member-bootstrap/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ resource "aws_iam_policy" "member-access-us-east" {
# Github OIDC role
module "github_oidc_role" {
source = "github.com/ministryofjustice/modernisation-platform-github-oidc-role?ref=a16117ed5fd373bc28011342b7b8117077a84f19" # v2.0.0
github_repositories = ["ministryofjustice/modernisation-platform-configuration-management"]
github_repositories = ["ministryofjustice/modernisation-platform-configuration-management:*"]
role_name = "modernisation-platform-oidc-cicd"
# policy_arns = [aws_iam_policy.member-access[0].id]
policy_jsons = [data.aws_iam_policy_document.policy.json]
Expand Down

0 comments on commit 9f25bbe

Please sign in to comment.