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/17 10:17:52 UTC

[incubator-dlab] branch DLAB-1571 updated: [DLAB-1571]: AWS local billing 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 a0c9cfd  [DLAB-1571]: AWS local billing fixed
a0c9cfd is described below

commit a0c9cfdf0492665686fe94e86596e3204580ffa4
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Fri Apr 17 13:17:42 2020 +0300

    [DLAB-1571]: AWS local billing fixed
---
 infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index 5ac16f5..75993c6 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -509,7 +509,10 @@ if __name__ == "__main__":
                  "--cost {} " \
                  "--resource_id {} " \
                  "--default_endpoint_name {} " \
-                 "--tags {}". \
+                 "--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']),
                    os.environ['ssn_dlab_path'],


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