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:06 UTC

[incubator-dlab] branch DLAB-1477 created (now d16da23)

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

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


      at d16da23  [DLAB-1477]: Fixed issue with Keycloak parameters for GCP

This branch includes the following new commits:

     new d16da23  [DLAB-1477]: Fixed issue with Keycloak parameters for GCP

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


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

Posted by om...@apache.org.
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