You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/07/20 12:57:37 UTC

[incubator-dlab] 01/02: [DLAB-1944]: added AZURE_AUTH_FILE_PATH to endpoint_fab

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

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

commit 11767507497f823e19fca536d8c447e06f2a4b5d
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Jul 20 13:46:41 2020 +0300

    [DLAB-1944]: added AZURE_AUTH_FILE_PATH to endpoint_fab
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index fb05691..0b74535 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -936,6 +936,10 @@ def configure_billing_endpoint(endpoint_keystore_password):
                         'key': "REGION_INFO",
                         'value': args.region_info
                     }
+                    {
+                        'key': "AZURE_AUTH_FILE_PATH",
+                        'value': args.auth_file_path
+                    }
                 ]
             for param in billing_properties:
                 conn.sudo('sed -i "s|{0}|{1}|g" {2}'


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