about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-18T21·37+0000
committerVincent Ambo <tazjin@google.com>2019-12-18T21·37+0000
commitce55786ffeed740ca53d2f77b7e5fce92fe8ea78 (patch)
tree0951ef113dafb18f224bf40d5d49573b312ea03c
parent1677a27632f3e995e161a34a81af278c1cbf5e9f (diff)
chore(infra/gcp): Allow k8s nodes to access GCSR r/195
-rw-r--r--infra/gcp/default.tf1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/gcp/default.tf b/infra/gcp/default.tf
index 3011ec234b..2cb57836fa 100644
--- a/infra/gcp/default.tf
+++ b/infra/gcp/default.tf
@@ -75,6 +75,7 @@ resource "google_container_node_pool" "primary_nodes" {
       "storage-rw",
       "logging-write",
       "monitoring",
+      "https://www.googleapis.com/auth/source.read_only",
     ]
   }
 }