Skip to content

Commit

Permalink
Merge pull request #123 from uche-madu/develop
Browse files Browse the repository at this point in the history
add bigquery admin role to worker sa
  • Loading branch information
uche-madu committed Oct 25, 2023
2 parents b1669e5 + a737bb2 commit add010a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module "airflow_worker_workload_identity" {
namespace = var.airflow_namespace
project_id = var.project_id
impersonate_service_account = data.google_service_account.deb-sa.email
roles = ["roles/storage.admin", "roles/compute.admin", "roles/dataproc.editor", "roles/bigquery.jobUser", "roles/cloudsql.admin"]
roles = ["roles/storage.admin", "roles/compute.admin", "roles/dataproc.editor", "roles/bigquery.admin", "roles/cloudsql.admin"]
module_depends_on = [helm_release.argocd]
}

Expand Down

0 comments on commit add010a

Please sign in to comment.