You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/04/21 07:45:39 UTC

[incubator-dlab] branch DLAB-1571 updated: [DLAB-1571]: [AWS] ssn deployment fixed

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

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


The following commit(s) were added to refs/heads/DLAB-1571 by this push:
     new 378e500  [DLAB-1571]: [AWS] ssn deployment fixed
378e500 is described below

commit 378e500bd208a467df7bca45233c6706902fb0f5
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Tue Apr 21 10:45:31 2020 +0300

    [DLAB-1571]: [AWS] ssn deployment fixed
---
 .../src/general/scripts/aws/ssn_configure.py                        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index 75993c6..bb8c555 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -509,9 +509,9 @@ if __name__ == "__main__":
                  "--cost {} " \
                  "--resource_id {} " \
                  "--default_endpoint_name {} " \
-                 "--tags {}" \
-                 "--keycloak_client_id {}" \
-                 "--keycloak_client_secret {}" \
+                 "--tags {} " \
+                 "--keycloak_client_id {} " \
+                 "--keycloak_client_secret {} " \
                  "--keycloak_auth_server_url {}". \
             format(ssn_conf['instance_hostname'],
                    "{}{}.pem".format(os.environ['conf_key_dir'], os.environ['conf_key_name']),


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