Skip to content

Commit

Permalink
chore: gke nodes need to write traces and storage (#11568)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch authored Jan 28, 2025
1 parent 06a7633 commit 13bf3b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spartan/terraform/gke-cluster/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ resource "google_project_iam_member" "gke_sa_roles" {
"roles/logging.logWriter",
"roles/monitoring.metricWriter",
"roles/monitoring.viewer",
"roles/artifactregistry.reader"
"roles/artifactregistry.reader",
"roles/cloudtrace.agent",
"roles/storage.objectUser"
])
project = var.project
role = each.key
Expand Down

0 comments on commit 13bf3b9

Please sign in to comment.