You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/09/08 08:41:28 UTC

[incubator-dlab] branch DLAB-2034 created (now c0ea152)

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

lfrolov pushed a change to branch DLAB-2034
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at c0ea152  [DLAB-2034]: added compute.routes.create, compute.routes.delete, compute.routes.get permissions for gcp external endpiont`s service account

This branch includes the following new commits:

     new c0ea152  [DLAB-2034]: added compute.routes.create, compute.routes.delete, compute.routes.get permissions for gcp external endpiont`s service account

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


[incubator-dlab] 01/01: [DLAB-2034]: added compute.routes.create, compute.routes.delete, compute.routes.get permissions for gcp external endpiont`s service account

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c0ea1526f06bb29b57e9ac06f8afc7910b02c7f6
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Sep 8 11:36:16 2020 +0300

    [DLAB-2034]: added compute.routes.create, compute.routes.delete, compute.routes.get permissions for gcp external endpiont`s service account
---
 infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf b/infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf
index b1d89ba..696dc9a 100644
--- a/infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf
+++ b/infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf
@@ -113,7 +113,10 @@ variable "endpoint_policies" {
     "compute.projects.setCommonInstanceMetadata",
     "compute.projects.setDefaultServiceAccount",
     "compute.subnetworks.create",
-    "compute.subnetworks.delete"
+    "compute.subnetworks.delete",
+    "compute.routes.create",
+    "compute.routes.delete",
+    "compute.routes.get"
   ]
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org