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/10 13:59:35 UTC

[incubator-dlab] 03/04: [DLAB-1593]: changed error

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 4a76cabaed29826b81af3911e9461387b1dae3fd
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Mar 10 15:55:52 2020 +0200

    [DLAB-1593]: changed error
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


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