Skip to content

Commit

Permalink
Add SA perms for the importer (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secretions authored Dec 11, 2021
1 parent 90fc03c commit 2f69d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service-accounts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ resource "google_service_account_iam_binding" "platform_gcs" {
role = "roles/iam.workloadIdentityUser"
members = [
"serviceAccount:${var.project}.svc.id.goog[${var.namespaces.platform}/docker-registry]",
"serviceAccount:${var.project}.svc.id.goog[${var.namespaces.platform}/domino-data-importer]",
"serviceAccount:${var.project}.svc.id.goog[${var.namespaces.platform}/git]",
"serviceAccount:${var.project}.svc.id.goog[${var.namespaces.platform}/nucleus]",
]
Expand Down

0 comments on commit 2f69d9a

Please sign in to comment.