This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 6cef35f  added step-ca
6cef35f is described below

commit 6cef35f7151ecdcca70870fe3b3f0e31583a49ed
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Wed Dec 4 11:49:42 2019 +0200

    added step-ca
---
 .../terraform/gcp/ssn-gke/main/variables.tf         | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
index 9642b5d..a9a0084 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
@@ -76,22 +76,15 @@ variable "ssn_k8s_workers_shape" {
   default = "n1-standard-2"
 }
 
-//variable "service_account_iam_roles" {
-//  default = [
-//    "roles/logging.logWriter",
-//    "roles/monitoring.metricWriter",
-//    "roles/monitoring.viewer",
-//    "roles/storage.objectViewer",
-//    "roles/iam.serviceAccountUser",
-//    "roles/iam.serviceAccountAdmin",
-//    "roles/iam.serviceAccountKeyAdmin",
-//    "roles/dns.admin"
-//  ]
-//}
-
 variable "service_account_iam_roles" {
   default = [
-    "roles/owner"
+    "roles/logging.logWriter",
+    "roles/monitoring.metricWriter",
+    "roles/monitoring.viewer",
+    "roles/storage.objectViewer",
+    "roles/iam.serviceAccountTokenCreator",
+    "roles/iam.serviceAccountKeyAdmin",
+    "roles/dns.admin"
   ]
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to