You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2020/10/20 13:20:04 UTC

[incubator-datalab] branch DATALAB-2101 created (now 2f8264d)

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

lfrolov pushed a change to branch DATALAB-2101
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at 2f8264d  [DATALAB-2101]: added uuid import in configure keycloak

This branch includes the following new commits:

     new 2f8264d  [DATALAB-2101]: added uuid import in configure keycloak

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@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: [DATALAB-2101]: added uuid import in configure keycloak

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2101
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 2f8264d89ae32e8895c7830a81833f85b0131fb7
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Oct 20 16:19:40 2020 +0300

    [DATALAB-2101]: added uuid import in configure keycloak
---
 infrastructure-provisioning/src/project/scripts/configure_keycloak.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/project/scripts/configure_keycloak.py b/infrastructure-provisioning/src/project/scripts/configure_keycloak.py
index f34d677..1120759 100644
--- a/infrastructure-provisioning/src/project/scripts/configure_keycloak.py
+++ b/infrastructure-provisioning/src/project/scripts/configure_keycloak.py
@@ -24,6 +24,7 @@
 import argparse
 import logging
 import requests
+import uuid
 from datalab.actions_lib import *
 from datalab.fab import *
 from datalab.meta_lib import *


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