Skip to content

Commit

Permalink
add missing fedcred to managed identities
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Dec 19, 2024
1 parent 86ad281 commit 038d98c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion terraform/subscriptions/s940/c2/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ module "radix-id-acr-workflows" {
name = "radix-acr-cleanup-release"
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-acr-cleanup:ref:refs/heads/release"
}
},
radix-acr-cleanup-release = {
name = "radix-acr-cleanup-release"
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-acr-cleanup:ref:refs/heads/release"
},
radix-cicd-canary-release = {
name = "radix-cicd-canary-release"
issuer = "https://token.actions.githubusercontent.com"
Expand Down
7 changes: 6 additions & 1 deletion terraform/subscriptions/s940/prod/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,12 @@ module "radix-id-acr-workflows" {
name = "radix-acr-cleanup-release"
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-acr-cleanup:ref:refs/heads/release"
}
},
radix-acr-cleanup-release = {
name = "radix-acr-cleanup-release"
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-acr-cleanup:ref:refs/heads/release"
},
radix-cicd-canary-release = {
name = "radix-cicd-canary-release"
issuer = "https://token.actions.githubusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion terraform/subscriptions/s941/playground/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module "radix-id-acr-workflows" {
name = "radix-acr-cleanup-release"
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-acr-cleanup:ref:refs/heads/release"
}
},
radix-cluster-cleanup-release = {
name = "radix-cluster-cleanup-release"
issuer = "https://token.actions.githubusercontent.com"
Expand Down

0 comments on commit 038d98c

Please sign in to comment.