You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/09/26 11:32:14 UTC

[incubator-dlab] branch DLAB-1028 updated: updated endpoint parameters;

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

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


The following commit(s) were added to refs/heads/DLAB-1028 by this push:
     new 806ca7f  updated endpoint parameters;
806ca7f is described below

commit 806ca7f183441029bce372c8fc0fc467f855d567
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Sep 26 14:32:06 2019 +0300

    updated endpoint parameters;
---
 .../terraform/aws/endpoint/main/variables.tf                 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/infrastructure-provisioning/terraform/aws/endpoint/main/variables.tf b/infrastructure-provisioning/terraform/aws/endpoint/main/variables.tf
index 7997bef..8cadb45 100644
--- a/infrastructure-provisioning/terraform/aws/endpoint/main/variables.tf
+++ b/infrastructure-provisioning/terraform/aws/endpoint/main/variables.tf
@@ -56,6 +56,18 @@ variable "endpoint_eip_allocation_id" {}
 
 variable "endpoint_id" {}
 
+variable "ssn_k8s_sg_id" {}
+
+variable "ldap_host" {}
+
+variable "ldap_dn" {}
+
+variable "ldap_user" {}
+
+variable "ldap_bind_creds" {}
+
+variable "ldap_users_group" {}
+
 variable "additional_tag" {
   default = "product:dlab"
 }


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