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/25 12:37:51 UTC

[incubator-dlab] branch DLAB-1028 updated: fixed issue with wrong keycloak parameter

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 ac045f2  fixed issue with wrong keycloak parameter
ac045f2 is described below

commit ac045f28c4ba86c7f4946b91a1dc0a091519e12e
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Wed Sep 25 15:37:42 2019 +0300

    fixed issue with wrong keycloak parameter
---
 .../terraform/aws/ssn-helm-charts/main/keycloak.tf                  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/keycloak.tf b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/keycloak.tf
index c503887..87e3c06 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/keycloak.tf
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/keycloak.tf
@@ -44,9 +44,9 @@ data "template_file" "keycloak_values" {
     keycloak_password       = random_string.keycloak_password.result
     ssn_k8s_alb_dns_name    = var.ssn_k8s_alb_dns_name
     configure_keycloak_file = data.template_file.configure_keycloak.rendered
-    mysql_db_name           = var.mysql_db_name
-    mysql_user              = var.mysql_user
-    mysql_user_password     = random_string.mysql_user_password.result
+    mysql_db_name           = var.mysql_keycloak_db_name
+    mysql_user              = var.mysql_keycloak_user
+    mysql_user_password     = random_string.mysql_keycloak_user_password.result
     # replicas_count          = var.ssn_k8s_workers_count > 3 ? 3 : var.ssn_k8s_workers_count
   }
 }


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