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/21 08:20:06 UTC

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

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 f58aeb128647adfbca0a46243b6173564dd942fa
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Jul 21 11:19:50 2020 +0300

    [DLAB-1944]: added AZURE_AUTH_FILE_PATH to ssn_configure
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py | 2 +-
 1 file changed, 1 insertion(+), 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 dbfd10d..4557c67 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
@@ -329,7 +329,7 @@ if __name__ == "__main__":
             },
             {
                 'key': "AZURE_AUTH_FILE_PATH",
-                'value': ""
+                'value': ssn_conf['azure_auth_path']
             }
         ]
 


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