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 9253591 added step-ca
9253591 is described below
commit 92535917946e4200a7b2f8e0328c8c1adb1a73e1
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Wed Dec 4 10:51:36 2019 +0200
added step-ca
---
.../terraform/gcp/ssn-gke/main/variables.tf | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
index a9a0084..9642b5d 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
@@ -76,15 +76,22 @@ 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/logging.logWriter",
- "roles/monitoring.metricWriter",
- "roles/monitoring.viewer",
- "roles/storage.objectViewer",
- "roles/iam.serviceAccountTokenCreator",
- "roles/iam.serviceAccountKeyAdmin",
- "roles/dns.admin"
+ "roles/owner"
]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]