You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2020/01/24 14:54:07 UTC

[incubator-dlab] 01/01: [DLAB-1477]: Fixed issue with Keycloak parameters for GCP

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

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

commit d16da230fa9b999ed171bc71524ef9ba88f0e32e
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Jan 24 16:53:55 2020 +0200

    [DLAB-1477]: Fixed issue with Keycloak parameters for GCP
---
 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 e2c5c49..9915f5e 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -293,11 +293,11 @@ if __name__ == "__main__":
                 'value': os.environ['keycloak_client_secret']
             },
             {
-                'key': 'KEYCLOAK_USER',
+                'key': 'KEYCLOAK_USER_NAME',
                 'value': os.environ['keycloak_user']
             },
             {
-                'key': 'KEYCLOAK_USER_PASSWORD',
+                'key': 'KEYCLOAK_PASSWORD',
                 'value': os.environ['keycloak_user_password']
             },
             {


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