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

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


    from f6709b2  Merge pull request #1275 from apache/DATALAB-2477
     add b289e26  [DATALAB-1342]: added keycloak ssn client creation during ssn 
deployment and deletion during ssn termination
     add 46f1b6d  [DATALAB-1342]: moved client secret generation to 
configure_keycloak
     add 53dfe47  [DATALAB-1342]: removed client secret generation argument
     add b905766  [DATALAB-1342]: fixed argument name
     add a12dfd9  [DATALAB-1342]: fixed configure_keycloak.py
     add 0c09c99  [DATALAB-1342]: added logging info for create client step
     add 7f75f29  [DATALAB-1342]: added client name and secret generation to 
the beginning of ssn configure
     add 68291b6  [DATALAB-1342]: fixed keycloak arguments for azure and gcp
     new cebd7d7  Merge pull request #1276 from apache/DATALAB-1342

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.


Summary of changes:
 .../scripts/deploy_datalab.py                      |  4 +--
 .../scripts/configure_keycloak.py                  | 16 ++++++---
 .../src/general/scripts/aws/edge_configure.py      |  2 +-
 .../src/general/scripts/aws/ssn_configure.py       | 21 ++++++++++++
 .../src/general/scripts/aws/ssn_terminate.py       | 38 ++++++++++++++++++++++
 .../src/general/scripts/azure/edge_configure.py    |  2 +-
 .../src/general/scripts/azure/ssn_configure.py     | 21 ++++++++++++
 .../src/general/scripts/azure/ssn_terminate.py     | 38 ++++++++++++++++++++++
 .../src/general/scripts/gcp/edge_configure.py      |  2 +-
 .../src/general/scripts/gcp/ssn_configure.py       | 21 ++++++++++++
 .../src/general/scripts/gcp/ssn_terminate.py       | 22 +++++++++++++
 11 files changed, 177 insertions(+), 10 deletions(-)
 rename infrastructure-provisioning/src/{project => 
base}/scripts/configure_keycloak.py (86%)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to