Skip to content

Commit

Permalink
[#77] Fix artifacts access from Argo UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Karbyshev committed Apr 12, 2021
1 parent ffd50fb commit cf91643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/k8s/argo/prereqs/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "google_service_account_iam_binding" "argo_web_identity" {
service_account_id = google_service_account.argo.name
role = "roles/iam.workloadIdentityUser"

members = ["serviceAccount:${var.project_id}.svc.id.goog[${var.namespace}/argo]", "serviceAccount:${var.project_id}.svc.id.goog[${local.workflows_namespace}/argo-workflow]"]
members = ["serviceAccount:${var.project_id}.svc.id.goog[${var.namespace}/argo-server]", "serviceAccount:${var.project_id}.svc.id.goog[${local.workflows_namespace}/argo-workflow]"]
}

resource "google_service_account_key" "argo_sa_key" {
Expand Down

0 comments on commit cf91643

Please sign in to comment.