From 27d7b000d0701289120cb40795db1426ff59ea87 Mon Sep 17 00:00:00 2001 From: Hristo <53634432+izo0x90@users.noreply.github.com> Date: Tue, 21 May 2024 14:31:14 -0400 Subject: [PATCH] Add AI/ML infrence scope to OAuth credentials requested for cluster IAM account --- deploy/gcp/gke-cluster/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/gcp/gke-cluster/main.tf b/deploy/gcp/gke-cluster/main.tf index e879edd..900f0b5 100644 --- a/deploy/gcp/gke-cluster/main.tf +++ b/deploy/gcp/gke-cluster/main.tf @@ -51,6 +51,7 @@ resource "google_container_node_pool" "primary_preemptible_nodes" { disk_size_gb = 25 spot = true oauth_scopes = [ + "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/devstorage.read_only", "https://www.googleapis.com/auth/logging.write", "https://www.googleapis.com/auth/monitoring",