This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-1342
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-1342 by this push:
new 0c09c99 [DATALAB-1342]: added logging info for create client step
0c09c99 is described below
commit 0c09c99e0421d657136d4e36a3a10066152d0a3b
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Aug 31 11:30:32 2021 +0300
[DATALAB-1342]: added logging info for create client step
---
infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py | 2 ++
infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py | 2 ++
infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 2 ++
3 files changed, 6 insertions(+)
diff --git
a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index 0e0e828..6c4562e 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -625,6 +625,8 @@ if __name__ == "__main__":
clear_resources()
sys.exit(1)
+ logging.info('[CREATE KEYCLOAK CLIENT]')
+ print('[CREATE KEYCLOAK CLIENT]')
keycloak_params = "--service_base_name {} --keycloak_auth_server_url {}
--keycloak_realm_name {} " \
"--keycloak_user {} --keycloak_user_password {}
--instance_public_ip {} " \
.format(ssn_conf['service_base_name'],
os.environ['keycloak_auth_server_url'],
diff --git
a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
index 03424e2..6db08ee 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
@@ -516,6 +516,8 @@ if __name__ == "__main__":
datalab.fab.append_result("Unable to configure UI.", str(err))
sys.exit(1)
+ logging.info('[CREATE KEYCLOAK CLIENT]')
+ print('[CREATE KEYCLOAK CLIENT]')
keycloak_params = "--service_base_name {} --keycloak_auth_server_url {}
--keycloak_realm_name {} " \
"--keycloak_user {} --keycloak_user_password {}
--instance_public_ip {} " \
.format(ssn_conf['service_base_name'],
os.environ['keycloak_auth_server_url'],
diff --git
a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
index b0c3e79..0dba5b5 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -525,6 +525,8 @@ if __name__ == "__main__":
clear_resources()
sys.exit(1)
+ logging.info('[CREATE KEYCLOAK CLIENT]')
+ print('[CREATE KEYCLOAK CLIENT]')
keycloak_params = "--service_base_name {} --keycloak_auth_server_url {}
--keycloak_realm_name {} " \
"--keycloak_user {} --keycloak_user_password {}
--instance_public_ip {} " \
.format(ssn_conf['service_base_name'],
os.environ['keycloak_auth_server_url'],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]