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/03/12 10:00:56 UTC

[incubator-dlab] 08/15: [DLAB-1593]: changed for testing

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

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

commit bbb9b8056ebc6dd57b66eec197b74ddc2cb3256e
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Mar 10 15:59:21 2020 +0200

    [DLAB-1593]: changed for testing
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
index 1d79efd..cfb1628 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -376,7 +376,7 @@ if __name__ == "__main__":
             cloud_params.append(
                 {
                     'key': 'KEYCLOAK_REDIRECT_URI',
-                    'value': "https://ssn.{}/*".format(os.environ['conf_domain_name'])
+                    'value': "https://ssn.{0}/*".format(os.environ['conf_domain_name'])
                 })
             cloud_params.append(
                 {


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