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

[incubator-dlab] 01/01: [DLAB-1732]: [Azure] Billing on local endpoint fixed

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

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

commit 6a7c2bf330c8d4b8db434fc2013a012cc2a89fbb
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Thu Apr 16 20:04:28 2020 +0300

    [DLAB-1732]: [Azure] Billing on local endpoint fixed
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
index 30033b6..ae50b95 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
@@ -424,7 +424,8 @@ if __name__ == "__main__":
                  --resource {} --service_base_name {} --cloud_provider {} --billing_enabled {} --authentication_file {} \
                  --offer_number {} --currency {} --locale {} --region_info {}  --ldap_login {} --tenant_id {} \
                  --application_id {} --datalake_store_name {} --cloud_params '{}' --subscription_id {}  \
-                 --validate_permission_scope {} --default_endpoint_name {}". \
+                 --validate_permission_scope {} --default_endpoint_name {} --keycloak_client_name {} \
+                 --keycloak_client_secret {} --keycloak_auth_server_url {}". \
             format(ssn_conf['instnace_ip'], ssn_conf['ssh_key_path'], os.environ['ssn_dlab_path'],
                    ssn_conf['dlab_ssh_user'], os.environ['conf_os_family'], os.environ['request_id'],
                    os.environ['conf_resource'], ssn_conf['service_base_name'], os.environ['conf_cloud_provider'],


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